Celestial Ivory Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Ivory palette
Celestial Ivory color palette PNG image
Celestial Ivory color palette CSS
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e4c7b4;
}
.color-3 {
color: #d6a58a;
}
.color-4 {
color: #e0b56c;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e4c7b4;
--color-3: #d6a58a;
--color-4: #e0b56c;
--color-5: #f9c54e;
}
Celestial Ivory background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e4c7b4, #d6a58a, #e0b56c, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e4c7b4, #d6a58a, #e0b56c, #f9c54e);
}
Similar color palettes
Celestial Ivory color palette created on .