Paleta de colores Whispers of Sage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Sage palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Sage

/* CSS */
.color-1 {
color: #97ae8f;
}
.color-2 {
color: #aec19f;
}
.color-3 {
color: #cbd2a3;
}
.color-4 {
color: #dace95;
}
.color-5 {
color: #e0c99e;
}

/* CSS Variables */
:root {
--color-1: #97ae8f;
--color-2: #aec19f;
--color-3: #cbd2a3;
--color-4: #dace95;
--color-5: #e0c99e;
}

CSS del degradado de fondo Whispers of Sage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97ae8f, #aec19f, #cbd2a3, #dace95, #e0c99e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97ae8f, #aec19f, #cbd2a3, #dace95, #e0c99e);
}

Paletas de colores similares

Whispers of Sage color palette created on .