Celestial Blues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blues palette
Celestial Blues color palette CSS
/* CSS */
.color-1 {
color: #78c7f2;
}
.color-2 {
color: #4ba3e2;
}
.color-3 {
color: #2b8fc5;
}
.color-4 {
color: #1f6a98;
}
.color-5 {
color: #0e4b77;
}
/* CSS Variables */
:root {
--color-1: #78c7f2;
--color-2: #4ba3e2;
--color-3: #2b8fc5;
--color-4: #1f6a98;
--color-5: #0e4b77;
}
Celestial Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}
Similar color palettes
Celestial Blues color palette created on .