Serenity in Green Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenity in Green palette

Condividi questa palette a:

tavolozza dei colori Serenity in Green CSS

/* CSS */
.color-1 {
color: #dff6e6;
}
.color-2 {
color: #a3d1c2;
}
.color-3 {
color: #5abf9d;
}
.color-4 {
color: #3a8d7b;
}
.color-5 {
color: #2c6d59;
}

/* CSS Variables */
:root {
--color-1: #dff6e6;
--color-2: #a3d1c2;
--color-3: #5abf9d;
--color-4: #3a8d7b;
--color-5: #2c6d59;
}

CSS con gradiente di sfondo Serenity in Green

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dff6e6, #a3d1c2, #5abf9d, #3a8d7b, #2c6d59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dff6e6, #a3d1c2, #5abf9d, #3a8d7b, #2c6d59);
}

Serenity in Green color palette created on .