Social Platforms
A single saturated red that doubles as a verb.
Pinterest's #E60023 red is among the most consistently applied brand colors in social: every Save button, every iOS badge, every campaign uses the exact same value. The supporting palette is intentionally minimal — white, near-black, and the red. The result reads as confident commerce.
:root {
--pinterest-red: #e60023;
--pinterest-white: #ffffff;
--pinterest-black: #000000;
}module.exports = {
theme: {
extend: {
colors: {
"pinterest-red": "#e60023",
"pinterest-white": "#ffffff",
"pinterest-black": "#000000",
},
},
},
};Source: https://newsroom.pinterest.com/media-kit · As of 2026-05-02 · This page is an unofficial reference. Color values are factual sRGB hex codes and not subject to copyright; the Pinterest name and any associated marks belong to their owner. Use support to request removal.