Serene Sky Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sky Reverie palette
Serene Sky Reverie color palette CSS
/* CSS */
.color-1 {
color: #fbfcfe;
}
.color-2 {
color: #d6e4f0;
}
.color-3 {
color: #94d9f5;
}
.color-4 {
color: #b1959b;
}
.color-5 {
color: #58ace4;
}
/* CSS Variables */
:root {
--color-1: #fbfcfe;
--color-2: #d6e4f0;
--color-3: #94d9f5;
--color-4: #b1959b;
--color-5: #58ace4;
}
Serene Sky Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfcfe, #d6e4f0, #94d9f5, #b1959b, #58ace4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfcfe, #d6e4f0, #94d9f5, #b1959b, #58ace4);
}
Similar color palettes
Serene Sky Reverie color palette created on .