Whispering Ferns Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Ferns palette

Condividi questa palette a:

tavolozza dei colori Whispering Ferns CSS

/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #8ebe8e;
}
.color-3 {
color: #b1d8b1;
}
.color-4 {
color: #e4f6e4;
}
.color-5 {
color: #f0fff0;
}

/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #8ebe8e;
--color-3: #b1d8b1;
--color-4: #e4f6e4;
--color-5: #f0fff0;
}

CSS con gradiente di sfondo Whispering Ferns

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #8ebe8e, #b1d8b1, #e4f6e4, #f0fff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #8ebe8e, #b1d8b1, #e4f6e4, #f0fff0);
}

Whispering Ferns color palette created on .