Creamy Delight Color Palette
Discover the beautiful Creamy Delight color palette featuring wheat (#f5e1b2), zombie (#e8cca1), whiskey (#d2a679), twine (#c48a54) and cape palliser (#a86f3e).
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 Creamy Delight palette
💻 Creamy Delight color palette CSS
/* CSS */
.color-1 {
color: #f5e1b2;
}
.color-2 {
color: #e8cca1;
}
.color-3 {
color: #d2a679;
}
.color-4 {
color: #c48a54;
}
.color-5 {
color: #a86f3e;
}
/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #e8cca1;
--color-3: #d2a679;
--color-4: #c48a54;
--color-5: #a86f3e;
}
🌈 Creamy Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #e8cca1, #d2a679, #c48a54, #a86f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #e8cca1, #d2a679, #c48a54, #a86f3e);
}
🔗 Explore similar color palettes
Creamy Delight color palette created on .