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: #ffffff;
}
.color-2 {
color: #ecf2b6;
}
.color-3 {
color: #cde972;
}
.color-4 {
color: #bde03e;
}
.color-5 {
color: #a2bf22;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ecf2b6;
--color-3: #cde972;
--color-4: #bde03e;
--color-5: #a2bf22;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ecf2b6, #cde972, #bde03e, #a2bf22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ecf2b6, #cde972, #bde03e, #a2bf22);
}

Tavolozze di colori simili

Whispers of Nature color palette created on .