Paleta de colores Whispering Pastures

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Pastures palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Pastures

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #d6b899;
}
.color-3 {
color: #a7c1c3;
}
.color-4 {
color: #49999c;
}
.color-5 {
color: #2f6c7f;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #d6b899;
--color-3: #a7c1c3;
--color-4: #49999c;
--color-5: #2f6c7f;
}

CSS del degradado de fondo Whispering Pastures

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #d6b899, #a7c1c3, #49999c, #2f6c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #d6b899, #a7c1c3, #49999c, #2f6c7f);
}

Whispering Pastures color palette created on .