Paleta de colores Whispers of Willow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Willow palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Willow

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #b9e4d9;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #c1532f;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #b9e4d9;
--color-3: #f6d55a;
--color-4: #f7b32b;
--color-5: #c1532f;
}

CSS del degradado de fondo Whispers of Willow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #b9e4d9, #f6d55a, #f7b32b, #c1532f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #b9e4d9, #f6d55a, #f7b32b, #c1532f);
}

Whispers of Willow color palette created on .