Celestial Emberfield Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Emberfield palette
Celestial Emberfield color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa05c;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #3e8e41;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa05c;
--color-3: #ffe057;
--color-4: #8bc34b;
--color-5: #3e8e41;
}
Celestial Emberfield background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa05c, #ffe057, #8bc34b, #3e8e41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa05c, #ffe057, #8bc34b, #3e8e41);
}
Similar color palettes
Celestial Emberfield color palette created on .