Celestial Sparks Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Sparks palette
Celestial Sparks color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2a7cbb;
}
.color-3 {
color: #38b3e0;
}
.color-4 {
color: #50d3f1;
}
.color-5 {
color: #9cd9e2;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2a7cbb;
--color-3: #38b3e0;
--color-4: #50d3f1;
--color-5: #9cd9e2;
}
Celestial Sparks background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2a7cbb, #38b3e0, #50d3f1, #9cd9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2a7cbb, #38b3e0, #50d3f1, #9cd9e2);
}
Similar color palettes
Celestial Sparks color palette created on .