Honeyed Whimsy Color Palette
Discover the beautiful Honeyed Whimsy color palette featuring casablanca (#f5c048), marzipan (#f8cb8b), cape honey (#fde1b2), karry (#ffead7) and peach cream (#fff1dc).
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 Honeyed Whimsy palette
๐ป Honeyed Whimsy color palette CSS
/* CSS */
.color-1 {
color: #f5c048;
}
.color-2 {
color: #f8cb8b;
}
.color-3 {
color: #fde1b2;
}
.color-4 {
color: #ffead7;
}
.color-5 {
color: #fff1dc;
}
/* CSS Variables */
:root {
--color-1: #f5c048;
--color-2: #f8cb8b;
--color-3: #fde1b2;
--color-4: #ffead7;
--color-5: #fff1dc;
} ๐ Honeyed Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c048, #f8cb8b, #fde1b2, #ffead7, #fff1dc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c048, #f8cb8b, #fde1b2, #ffead7, #fff1dc);
} ๐ Explore similar color palettes
Honeyed Whimsy color palette created on .