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: #a3c7e0;
}
.color-2 {
color: #7dbae8;
}
.color-3 {
color: #5ea6d9;
}
.color-4 {
color: #388dc2;
}
.color-5 {
color: #2e6b99;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7dbae8;
--color-3: #5ea6d9;
--color-4: #388dc2;
--color-5: #2e6b99;
}
Celestial Blues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7dbae8, #5ea6d9, #388dc2, #2e6b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7dbae8, #5ea6d9, #388dc2, #2e6b99);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Blues color palette created on .