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: #88d7ab;
}
.color-2 {
color: #abe8e8;
}
.color-3 {
color: #d5f6f2;
}
.color-4 {
color: #f9ece7;
}
.color-5 {
color: #f2d4db;
}

/* CSS Variables */
:root {
--color-1: #88d7ab;
--color-2: #abe8e8;
--color-3: #d5f6f2;
--color-4: #f9ece7;
--color-5: #f2d4db;
}

CSS del degradado de fondo Whispers of Nature

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88d7ab, #abe8e8, #d5f6f2, #f9ece7, #f2d4db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88d7ab, #abe8e8, #d5f6f2, #f9ece7, #f2d4db);
}

Whispers of Nature color palette created on .