Cocoa Whisper Color Palette
Discover the beautiful Cocoa Whisper color palette featuring ironstone (#794a39), whiskey (#d19b6b), manhattan (#f3c5a0), light apricot (#fddbaf) and givry (#f8e3bf).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Cocoa Whisper palette
๐ป Cocoa Whisper color palette CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #d19b6b;
}
.color-3 {
color: #f3c5a0;
}
.color-4 {
color: #fddbaf;
}
.color-5 {
color: #f8e3bf;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #d19b6b;
--color-3: #f3c5a0;
--color-4: #fddbaf;
--color-5: #f8e3bf;
} ๐ Cocoa Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #d19b6b, #f3c5a0, #fddbaf, #f8e3bf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #d19b6b, #f3c5a0, #fddbaf, #f8e3bf);
} ๐ Explore similar color palettes
Cocoa Whisper color palette created on .