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: #bbcdce;
}
.color-2 {
color: #c4aea1;
}
.color-3 {
color: #929b97;
}
.color-4 {
color: #7d7c68;
}
.color-5 {
color: #767151;
}

/* CSS Variables */
:root {
--color-1: #bbcdce;
--color-2: #c4aea1;
--color-3: #929b97;
--color-4: #7d7c68;
--color-5: #767151;
}

CSS con gradiente di sfondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbcdce, #c4aea1, #929b97, #7d7c68, #767151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbcdce, #c4aea1, #929b97, #7d7c68, #767151);
}

Whispers of Nature color palette created on .