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: #c22e2e;
}
.color-2 {
color: #eab6b3;
}
.color-3 {
color: #f8d2a0;
}
.color-4 {
color: #f0c79e;
}
.color-5 {
color: #f9e8b4;
}
/* CSS Variables */
:root {
--color-1: #c22e2e;
--color-2: #eab6b3;
--color-3: #f8d2a0;
--color-4: #f0c79e;
--color-5: #f9e8b4;
}
Celestial Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c22e2e, #eab6b3, #f8d2a0, #f0c79e, #f9e8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c22e2e, #eab6b3, #f8d2a0, #f0c79e, #f9e8b4);
}
Similar color palettes
Scroll down to explore 100+ Red color palettes
Celestial Ember color palette created on .