Whispers of Willow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Willow palette

Condividi questa palette a:

tavolozza dei colori Whispers of Willow CSS

/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #9fc6a3;
}
.color-3 {
color: #89b89e;
}
.color-4 {
color: #6d9c82;
}
.color-5 {
color: #4b816e;
}

/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #9fc6a3;
--color-3: #89b89e;
--color-4: #6d9c82;
--color-5: #4b816e;
}

CSS con gradiente di sfondo Whispers of Willow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #9fc6a3, #89b89e, #6d9c82, #4b816e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #9fc6a3, #89b89e, #6d9c82, #4b816e);
}

Whispers of Willow color palette created on .