Paleta de colores Whispers of the Woodland

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of the Woodland palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of the Woodland

/* CSS */
.color-1 {
color: #4d7c8f;
}
.color-2 {
color: #5bae8a;
}
.color-3 {
color: #7cde80;
}
.color-4 {
color: #b4e68e;
}
.color-5 {
color: #f6f8b4;
}

/* CSS Variables */
:root {
--color-1: #4d7c8f;
--color-2: #5bae8a;
--color-3: #7cde80;
--color-4: #b4e68e;
--color-5: #f6f8b4;
}

CSS del degradado de fondo Whispers of the Woodland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7c8f, #5bae8a, #7cde80, #b4e68e, #f6f8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7c8f, #5bae8a, #7cde80, #b4e68e, #f6f8b4);
}

Whispers of the Woodland color palette created on .