Serene Sky Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sky Dreams palette
Serene Sky Dreams color palette CSS
/* CSS */
.color-1 {
color: #b1e0e7;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #8cb9e8;
}
.color-4 {
color: #6ea1d8;
}
.color-5 {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--color-1: #b1e0e7;
--color-2: #a4c2db;
--color-3: #8cb9e8;
--color-4: #6ea1d8;
--color-5: #5d9bd5;
}
Serene Sky Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e0e7, #a4c2db, #8cb9e8, #6ea1d8, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e0e7, #a4c2db, #8cb9e8, #6ea1d8, #5d9bd5);
}
Similar color palettes
Serene Sky Dreams color palette created on .