Evergreen Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Evergreen Serenity palette

Condividi questa palette a:

tavolozza dei colori Evergreen Serenity CSS

/* CSS */
.color-1 {
color: #0c3b2f;
}
.color-2 {
color: #1f5c46;
}
.color-3 {
color: #3a7e66;
}
.color-4 {
color: #5cb790;
}
.color-5 {
color: #8de2b6;
}

/* CSS Variables */
:root {
--color-1: #0c3b2f;
--color-2: #1f5c46;
--color-3: #3a7e66;
--color-4: #5cb790;
--color-5: #8de2b6;
}

CSS con gradiente di sfondo Evergreen Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c3b2f, #1f5c46, #3a7e66, #5cb790, #8de2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c3b2f, #1f5c46, #3a7e66, #5cb790, #8de2b6);
}

Evergreen Serenity color palette created on .