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: #005c99;
}
.color-2 {
color: #0085c7;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #20b7e9;
}
.color-5 {
color: #62d8f9;
}
/* CSS Variables */
:root {
--color-1: #005c99;
--color-2: #0085c7;
--color-3: #00a5e0;
--color-4: #20b7e9;
--color-5: #62d8f9;
}
Celestial Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005c99, #0085c7, #00a5e0, #20b7e9, #62d8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005c99, #0085c7, #00a5e0, #20b7e9, #62d8f9);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Blues color palette created on .