Whispering Pines Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispering Pines palette

Condividi questa palette a:

tavolozza dei colori Whispering Pines CSS

/* CSS */
.color-1 {
color: #a4c6a9;
}
.color-2 {
color: #7d9b6f;
}
.color-3 {
color: #4d7f3d;
}
.color-4 {
color: #1e5c2e;
}
.color-5 {
color: #b7e8b5;
}

/* CSS Variables */
:root {
--color-1: #a4c6a9;
--color-2: #7d9b6f;
--color-3: #4d7f3d;
--color-4: #1e5c2e;
--color-5: #b7e8b5;
}

CSS con gradiente di sfondo Whispering Pines

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c6a9, #7d9b6f, #4d7f3d, #1e5c2e, #b7e8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c6a9, #7d9b6f, #4d7f3d, #1e5c2e, #b7e8b5);
}

Whispering Pines color palette created on .