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: #3b6d9b;
}
.color-2 {
color: #6cb0e5;
}
.color-3 {
color: #ace2f1;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #f56b6b;
}
/* CSS Variables */
:root {
--color-1: #3b6d9b;
--color-2: #6cb0e5;
--color-3: #ace2f1;
--color-4: #f3ca4f;
--color-5: #f56b6b;
}
Celestial Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6d9b, #6cb0e5, #ace2f1, #f3ca4f, #f56b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6d9b, #6cb0e5, #ace2f1, #f3ca4f, #f56b6b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Ember color palette created on .