Whispers of Nature Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Nature palette

Condividi questa palette a:

tavolozza dei colori Whispers of Nature CSS

/* CSS */
.color-1 {
color: #499c6d;
}
.color-2 {
color: #86c1a9;
}
.color-3 {
color: #d6eac8;
}
.color-4 {
color: #f4e0a4;
}
.color-5 {
color: #f2b9a1;
}

/* CSS Variables */
:root {
--color-1: #499c6d;
--color-2: #86c1a9;
--color-3: #d6eac8;
--color-4: #f4e0a4;
--color-5: #f2b9a1;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499c6d, #86c1a9, #d6eac8, #f4e0a4, #f2b9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499c6d, #86c1a9, #d6eac8, #f4e0a4, #f2b9a1);
}

Whispers of Nature color palette created on .