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: #f5b8a3;
}
.color-2 {
color: #f6e1b1;
}
.color-3 {
color: #d6b11f;
}
.color-4 {
color: #a8d56c;
}
.color-5 {
color: #6ebf9b;
}

/* CSS Variables */
:root {
--color-1: #f5b8a3;
--color-2: #f6e1b1;
--color-3: #d6b11f;
--color-4: #a8d56c;
--color-5: #6ebf9b;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8a3, #f6e1b1, #d6b11f, #a8d56c, #6ebf9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8a3, #f6e1b1, #d6b11f, #a8d56c, #6ebf9b);
}

Whispers of Nature color palette created on .