Burning Spice Cookie Color Palette
Discover the beautiful Burning Spice Cookie color palette featuring mojo (#c65e3f), raw sienna (#d78a47), porsche (#e6b85c), cream can (#f4d15d) and marzipan (#f8e19b).
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 Burning Spice Cookie palette
💻 Burning Spice Cookie color palette CSS
/* CSS */
.color-1 {
color: #c65e3f;
}
.color-2 {
color: #d78a47;
}
.color-3 {
color: #e6b85c;
}
.color-4 {
color: #f4d15d;
}
.color-5 {
color: #f8e19b;
}
/* CSS Variables */
:root {
--color-1: #c65e3f;
--color-2: #d78a47;
--color-3: #e6b85c;
--color-4: #f4d15d;
--color-5: #f8e19b;
} 🌈 Burning Spice Cookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65e3f, #d78a47, #e6b85c, #f4d15d, #f8e19b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65e3f, #d78a47, #e6b85c, #f4d15d, #f8e19b);
} 🔗 Explore similar color palettes
Burning Spice Cookie color palette created on .