Celestial Roots Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Roots palette
Celestial Roots color palette CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4a6b8c;
}
.color-3 {
color: #9a7a5b;
}
.color-4 {
color: #b49b5f;
}
.color-5 {
color: #7b999d;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4a6b8c;
--color-3: #9a7a5b;
--color-4: #b49b5f;
--color-5: #7b999d;
}
Celestial Roots background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4a6b8c, #9a7a5b, #b49b5f, #7b999d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4a6b8c, #9a7a5b, #b49b5f, #7b999d);
}
Similar color palettes
Celestial Roots color palette created on .