Virgil's Sky Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Virgil's Sky Serenade palette

Share this palette to:

Virgil's Sky Serenade color palette CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #52b1ff;
}
.color-3 {
color: #75d1ff;
}
.color-4 {
color: #a3e0ff;
}
.color-5 {
color: #c2f1ff;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #52b1ff;
--color-3: #75d1ff;
--color-4: #a3e0ff;
--color-5: #c2f1ff;
}

Virgil's Sky Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #52b1ff, #75d1ff, #a3e0ff, #c2f1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #52b1ff, #75d1ff, #a3e0ff, #c2f1ff);
}

Virgil's Sky Serenade color palette created on .