Skybound Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skybound Serenity palette

Share this palette to:

Skybound Serenity color palette CSS

/* CSS */
.color-1 {
color: #4da6ff;
}
.color-2 {
color: #66c2ff;
}
.color-3 {
color: #99d6ff;
}
.color-4 {
color: #cceeff;
}
.color-5 {
color: #e5ffff;
}

/* CSS Variables */
:root {
--color-1: #4da6ff;
--color-2: #66c2ff;
--color-3: #99d6ff;
--color-4: #cceeff;
--color-5: #e5ffff;
}

Skybound Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4da6ff, #66c2ff, #99d6ff, #cceeff, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4da6ff, #66c2ff, #99d6ff, #cceeff, #e5ffff);
}

Skybound Serenity color palette created on .