Paleta de colores Whispering Rainforest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Rainforest palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Rainforest

/* CSS */
.color-1 {
color: #486a89;
}
.color-2 {
color: #8698ac;
}
.color-3 {
color: #aabfd4;
}
.color-4 {
color: #c6ddeb;
}
.color-5 {
color: #eaf3f6;
}

/* CSS Variables */
:root {
--color-1: #486a89;
--color-2: #8698ac;
--color-3: #aabfd4;
--color-4: #c6ddeb;
--color-5: #eaf3f6;
}

CSS del degradado de fondo Whispering Rainforest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #486a89, #8698ac, #aabfd4, #c6ddeb, #eaf3f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #486a89, #8698ac, #aabfd4, #c6ddeb, #eaf3f6);
}

Whispering Rainforest color palette created on .