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: #4b6c8b;
}
.color-2 {
color: #8c9db1;
}
.color-3 {
color: #b0c3d8;
}
.color-4 {
color: #d0e4f1;
}
.color-5 {
color: #f4f9fb;
}

/* CSS Variables */
:root {
--color-1: #4b6c8b;
--color-2: #8c9db1;
--color-3: #b0c3d8;
--color-4: #d0e4f1;
--color-5: #f4f9fb;
}

CSS del degradado de fondo Whispering Rainforest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6c8b, #8c9db1, #b0c3d8, #d0e4f1, #f4f9fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6c8b, #8c9db1, #b0c3d8, #d0e4f1, #f4f9fb);
}

Whispering Rainforest color palette created on .