Spiced Whimsy Color Palette
Discover the beautiful Spiced Whimsy color palette featuring tulip tree (#e5b738), sepia skin (#9c6b3a), blush (#b84c5e), mulberry (#c15393) and tango (#f47b1f).
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 Spiced Whimsy palette
๐ป Spiced Whimsy color palette CSS
/* CSS */
.color-1 {
color: #e5b738;
}
.color-2 {
color: #9c6b3a;
}
.color-3 {
color: #b84c5e;
}
.color-4 {
color: #c15393;
}
.color-5 {
color: #f47b1f;
}
/* CSS Variables */
:root {
--color-1: #e5b738;
--color-2: #9c6b3a;
--color-3: #b84c5e;
--color-4: #c15393;
--color-5: #f47b1f;
}
๐ Spiced Whimsy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b738, #9c6b3a, #b84c5e, #c15393, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b738, #9c6b3a, #b84c5e, #c15393, #f47b1f);
}
๐ Explore similar color palettes
Spiced Whimsy color palette created on .