Paleta de colores Whispers of Nature

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Nature palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Nature

/* CSS */
.color-1 {
color: #c1bebe;
}
.color-2 {
color: #ead9bd;
}
.color-3 {
color: #c5e6a8;
}
.color-4 {
color: #98cbe1;
}
.color-5 {
color: #ffea70;
}

/* CSS Variables */
:root {
--color-1: #c1bebe;
--color-2: #ead9bd;
--color-3: #c5e6a8;
--color-4: #98cbe1;
--color-5: #ffea70;
}

CSS del degradado de fondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1bebe, #ead9bd, #c5e6a8, #98cbe1, #ffea70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1bebe, #ead9bd, #c5e6a8, #98cbe1, #ffea70);
}

Whispers of Nature color palette created on .