Whispers of Serene Greenery Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Greenery palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Greenery CSS

/* CSS */
.color-1 {
color: #f7fef6;
}
.color-2 {
color: #d8f8d3;
}
.color-3 {
color: #a9f4c7;
}
.color-4 {
color: #74cdc3;
}
.color-5 {
color: #9eb7ad;
}

/* CSS Variables */
:root {
--color-1: #f7fef6;
--color-2: #d8f8d3;
--color-3: #a9f4c7;
--color-4: #74cdc3;
--color-5: #9eb7ad;
}

CSS con gradiente di sfondo Whispers of Serene Greenery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7fef6, #d8f8d3, #a9f4c7, #74cdc3, #9eb7ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7fef6, #d8f8d3, #a9f4c7, #74cdc3, #9eb7ad);
}

Whispers of Serene Greenery color palette created on .