Serene Sage Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Sage Serenity palette

Condividi questa palette a:

tavolozza dei colori Serene Sage Serenity CSS

/* CSS */
.color-1 {
color: #d9e4d8;
}
.color-2 {
color: #b7c9b0;
}
.color-3 {
color: #a0b59b;
}
.color-4 {
color: #809d7b;
}
.color-5 {
color: #5b7b5b;
}

/* CSS Variables */
:root {
--color-1: #d9e4d8;
--color-2: #b7c9b0;
--color-3: #a0b59b;
--color-4: #809d7b;
--color-5: #5b7b5b;
}

CSS con gradiente di sfondo Serene Sage Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9e4d8, #b7c9b0, #a0b59b, #809d7b, #5b7b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9e4d8, #b7c9b0, #a0b59b, #809d7b, #5b7b5b);
}

Serene Sage Serenity color palette created on .