Celestial Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Ember palette
Celestial Ember color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffe500;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d2e;
--color-3: #ff9900;
--color-4: #ffb84d;
--color-5: #ffe500;
}
Celestial Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d2e, #ff9900, #ffb84d, #ffe500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d2e, #ff9900, #ffb84d, #ffe500);
}
Similar color palettes
Celestial Ember color palette created on .