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: #ebe2d6;
}
.color-2 {
color: #a8bb30;
}
.color-3 {
color: #949997;
}
.color-4 {
color: #b55430;
}
.color-5 {
color: #3f6478;
}

/* CSS Variables */
:root {
--color-1: #ebe2d6;
--color-2: #a8bb30;
--color-3: #949997;
--color-4: #b55430;
--color-5: #3f6478;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebe2d6, #a8bb30, #949997, #b55430, #3f6478);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebe2d6, #a8bb30, #949997, #b55430, #3f6478);
}

Whispers of Nature color palette created on .