Skybound Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skybound Serenity palette
Skybound Serenity color palette CSS
/* CSS */
.color-1 {
color: #e0e8f1;
}
.color-2 {
color: #a3c4f0;
}
.color-3 {
color: #8d9cb0;
}
.color-4 {
color: #60a3fb;
}
.color-5 {
color: #85b224;
}
/* CSS Variables */
:root {
--color-1: #e0e8f1;
--color-2: #a3c4f0;
--color-3: #8d9cb0;
--color-4: #60a3fb;
--color-5: #85b224;
}
Skybound Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e8f1, #a3c4f0, #8d9cb0, #60a3fb, #85b224);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e8f1, #a3c4f0, #8d9cb0, #60a3fb, #85b224);
}
Similar color palettes
Scroll down to explore 7 Light blue color palettes
Skybound Serenity color palette created on .