Creamy Mint Color Palette
Discover the beautiful Creamy Mint color palette featuring raffia (#e8d8b5), cape cod (#3c3d3e), vista blue (#8ed7b9), spring rain (#aacab9) and tusk (#f2f4c3).
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 Mint palette
💻 Creamy Mint color palette CSS
/* CSS */
.color-1 {
color: #e8d8b5;
}
.color-2 {
color: #3c3d3e;
}
.color-3 {
color: #8ed7b9;
}
.color-4 {
color: #aacab9;
}
.color-5 {
color: #f2f4c3;
}
/* CSS Variables */
:root {
--color-1: #e8d8b5;
--color-2: #3c3d3e;
--color-3: #8ed7b9;
--color-4: #aacab9;
--color-5: #f2f4c3;
}
🌈 Creamy Mint background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d8b5, #3c3d3e, #8ed7b9, #aacab9, #f2f4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d8b5, #3c3d3e, #8ed7b9, #aacab9, #f2f4c3);
}
🔗 Explore similar color palettes
Creamy Mint color palette created on .