Skyward Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyward Serenity palette

Share this palette to:

Skyward Serenity color palette CSS

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #6cb4e4;
}
.color-3 {
color: #3e9dd0;
}
.color-4 {
color: #1f90b2;
}
.color-5 {
color: #0f6d99;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #6cb4e4;
--color-3: #3e9dd0;
--color-4: #1f90b2;
--color-5: #0f6d99;
}

Skyward Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #6cb4e4, #3e9dd0, #1f90b2, #0f6d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #6cb4e4, #3e9dd0, #1f90b2, #0f6d99);
}

Skyward Serenity color palette created on .