Zippered Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Zippered Serenity palette

Condividi questa palette a:

tavolozza dei colori Zippered Serenity CSS

/* CSS */
.color-1 {
color: #3c6e8b;
}
.color-2 {
color: #5ea7b5;
}
.color-3 {
color: #b2e1e0;
}
.color-4 {
color: #f3cab4;
}
.color-5 {
color: #f57e00;
}

/* CSS Variables */
:root {
--color-1: #3c6e8b;
--color-2: #5ea7b5;
--color-3: #b2e1e0;
--color-4: #f3cab4;
--color-5: #f57e00;
}

CSS con gradiente di sfondo Zippered Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6e8b, #5ea7b5, #b2e1e0, #f3cab4, #f57e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6e8b, #5ea7b5, #b2e1e0, #f3cab4, #f57e00);
}

Zippered Serenity color palette created on .