Skyward Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Skyward Serenity palette

Condividi questa palette a:

tavolozza dei colori Skyward Serenity CSS

/* CSS */
.color-1 {
color: #1e68f1;
}
.color-2 {
color: #3d99f0;
}
.color-3 {
color: #6abdf0;
}
.color-4 {
color: #eddd64;
}
.color-5 {
color: #ee9663;
}

/* CSS Variables */
:root {
--color-1: #1e68f1;
--color-2: #3d99f0;
--color-3: #6abdf0;
--color-4: #eddd64;
--color-5: #ee9663;
}

CSS con gradiente di sfondo Skyward Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e68f1, #3d99f0, #6abdf0, #eddd64, #ee9663);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e68f1, #3d99f0, #6abdf0, #eddd64, #ee9663);
}

Skyward Serenity color palette created on .