Himation Color Palette
Discover the beautiful Himation color palette featuring linen (#fcf1ea), old lace (#fcece4), champagne (#fbe6dd), champagne (#fbe4da) and champagne (#faddd1).
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 Himation palette
💻 Himation color palette CSS
/* CSS */
.color-1 {
color: #fcf1ea;
}
.color-2 {
color: #fcece4;
}
.color-3 {
color: #fbe6dd;
}
.color-4 {
color: #fbe4da;
}
.color-5 {
color: #faddd1;
}
/* CSS Variables */
:root {
--color-1: #fcf1ea;
--color-2: #fcece4;
--color-3: #fbe6dd;
--color-4: #fbe4da;
--color-5: #faddd1;
} 🌈 Himation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf1ea, #fcece4, #fbe6dd, #fbe4da, #faddd1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf1ea, #fcece4, #fbe6dd, #fbe4da, #faddd1);
} 🔗 Explore similar color palettes
Himation color palette created on .