Paleta de colores Whispering Pines

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Pines palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Pines

/* CSS */
.color-1 {
color: #f0e7d1;
}
.color-2 {
color: #c6b8d5;
}
.color-3 {
color: #a6c4d9;
}
.color-4 {
color: #6db6a2;
}
.color-5 {
color: #4d9d78;
}

/* CSS Variables */
:root {
--color-1: #f0e7d1;
--color-2: #c6b8d5;
--color-3: #a6c4d9;
--color-4: #6db6a2;
--color-5: #4d9d78;
}

CSS del degradado de fondo Whispering Pines

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e7d1, #c6b8d5, #a6c4d9, #6db6a2, #4d9d78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e7d1, #c6b8d5, #a6c4d9, #6db6a2, #4d9d78);
}

Whispering Pines color palette created on .