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: #499c6d;
}
.color-2 {
color: #86c1a9;
}
.color-3 {
color: #d6eac8;
}
.color-4 {
color: #f4e0a4;
}
.color-5 {
color: #f2b9a1;
}

/* CSS Variables */
:root {
--color-1: #499c6d;
--color-2: #86c1a9;
--color-3: #d6eac8;
--color-4: #f4e0a4;
--color-5: #f2b9a1;
}

CSS del degradado de fondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499c6d, #86c1a9, #d6eac8, #f4e0a4, #f2b9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499c6d, #86c1a9, #d6eac8, #f4e0a4, #f2b9a1);
}

Whispers of Nature color palette created on .