Cielo Sereno Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cielo Sereno palette
Cielo Sereno color palette CSS
/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #6db1e8;
}
.color-3 {
color: #4f9bd8;
}
.color-4 {
color: #2d85c8;
}
.color-5 {
color: #1b6bc0;
}
/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #6db1e8;
--color-3: #4f9bd8;
--color-4: #2d85c8;
--color-5: #1b6bc0;
}
Cielo Sereno background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #6db1e8, #4f9bd8, #2d85c8, #1b6bc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #6db1e8, #4f9bd8, #2d85c8, #1b6bc0);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Cielo Sereno color palette created on .