Celestial Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Blue palette
Celestial Blue color palette CSS
/* CSS */
.color-1 {
color: #a7dadc;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f45e01;
}
.color-5 {
color: #a30034;
}
/* CSS Variables */
:root {
--color-1: #a7dadc;
--color-2: #f2faef;
--color-3: #fab700;
--color-4: #f45e01;
--color-5: #a30034;
}
Celestial Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dadc, #f2faef, #fab700, #f45e01, #a30034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dadc, #f2faef, #fab700, #f45e01, #a30034);
}
Similar color palettes
Celestial Blue color palette created on .