Spiced Serenity Color Palette
Discover the beautiful Spiced Serenity color palette featuring wheat (#f3e4aa), sorrell brown (#d0b090), santa fe (#a76e58), tobacco brown (#6f4c3e) and mondo (#4d3d33).
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 Serenity palette
๐ป Spiced Serenity color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #d0b090;
}
.color-3 {
color: #a76e58;
}
.color-4 {
color: #6f4c3e;
}
.color-5 {
color: #4d3d33;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #d0b090;
--color-3: #a76e58;
--color-4: #6f4c3e;
--color-5: #4d3d33;
} ๐ Spiced Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #d0b090, #a76e58, #6f4c3e, #4d3d33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #d0b090, #a76e58, #6f4c3e, #4d3d33);
} ๐ Explore similar color palettes
Spiced Serenity color palette created on .