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: #f9d86c;
}
.color-2 {
color: #f7a64a;
}
.color-3 {
color: #f68746;
}
.color-4 {
color: #d55e39;
}
.color-5 {
color: #6f2f39;
}
/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f7a64a;
--color-3: #f68746;
--color-4: #d55e39;
--color-5: #6f2f39;
}
Celestial Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f7a64a, #f68746, #d55e39, #6f2f39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f7a64a, #f68746, #d55e39, #6f2f39);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Celestial Ember color palette created on .