Paleta de colores Whispers of Serene Greenery

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Serene Greenery palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Serene Greenery

/* CSS */
.color-1 {
color: #f7fef6;
}
.color-2 {
color: #d8f8d3;
}
.color-3 {
color: #a9f4c7;
}
.color-4 {
color: #74cdc3;
}
.color-5 {
color: #9eb7ad;
}

/* CSS Variables */
:root {
--color-1: #f7fef6;
--color-2: #d8f8d3;
--color-3: #a9f4c7;
--color-4: #74cdc3;
--color-5: #9eb7ad;
}

CSS del degradado de fondo Whispers of Serene Greenery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7fef6, #d8f8d3, #a9f4c7, #74cdc3, #9eb7ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7fef6, #d8f8d3, #a9f4c7, #74cdc3, #9eb7ad);
}

Whispers of Serene Greenery color palette created on .