Warm Cream Color Palette
Discover the beautiful Warm Cream color palette featuring pot pourri (#f3dfd8), mandys pink (#f1c7a7), cashmere (#e4b49b), my pink (#d39e7e) and laser (#d0b06d).
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 Warm Cream palette
💻 Warm Cream color palette CSS
/* CSS */
.color-1 {
color: #f3dfd8;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #e4b49b;
}
.color-4 {
color: #d39e7e;
}
.color-5 {
color: #d0b06d;
}
/* CSS Variables */
:root {
--color-1: #f3dfd8;
--color-2: #f1c7a7;
--color-3: #e4b49b;
--color-4: #d39e7e;
--color-5: #d0b06d;
} 🌈 Warm Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3dfd8, #f1c7a7, #e4b49b, #d39e7e, #d0b06d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3dfd8, #f1c7a7, #e4b49b, #d39e7e, #d0b06d);
} 🔗 Explore similar color palettes
Warm Cream color palette created on .