Creamii Color Palette
Discover the beautiful Creamii color palette featuring linen (#faefe8), albescent white (#f7e6dc), albescent white (#f4dcd0), desert sand (#f2d3be) and cashmere (#e3c4aa).
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 Creamii palette
💻 Creamii color palette CSS
/* CSS */
.color-1 {
color: #faefe8;
}
.color-2 {
color: #f7e6dc;
}
.color-3 {
color: #f4dcd0;
}
.color-4 {
color: #f2d3be;
}
.color-5 {
color: #e3c4aa;
}
/* CSS Variables */
:root {
--color-1: #faefe8;
--color-2: #f7e6dc;
--color-3: #f4dcd0;
--color-4: #f2d3be;
--color-5: #e3c4aa;
} 🌈 Creamii background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faefe8, #f7e6dc, #f4dcd0, #f2d3be, #e3c4aa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faefe8, #f7e6dc, #f4dcd0, #f2d3be, #e3c4aa);
} 🔗 Explore similar color palettes
Creamii color palette created on .