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: #496ba7;
}
.color-2 {
color: #6e8dbf;
}
.color-3 {
color: #90a3d0;
}
.color-4 {
color: #b3c0e0;
}
.color-5 {
color: #d1e0f0;
}
/* CSS Variables */
:root {
--color-1: #496ba7;
--color-2: #6e8dbf;
--color-3: #90a3d0;
--color-4: #b3c0e0;
--color-5: #d1e0f0;
}
Skybound Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496ba7, #6e8dbf, #90a3d0, #b3c0e0, #d1e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496ba7, #6e8dbf, #90a3d0, #b3c0e0, #d1e0f0);
}
Similar color palettes
Skybound Serenity color palette created on .