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: #0c1f46;
}
.color-2 {
color: #0e2453;
}
.color-3 {
color: #102556;
}
.color-4 {
color: #103060;
}
.color-5 {
color: #123768;
}

/* CSS Variables */
:root {
--color-1: #0c1f46;
--color-2: #0e2453;
--color-3: #102556;
--color-4: #103060;
--color-5: #123768;
}

CSS del degradado de fondo Whispering Rainforest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c1f46, #0e2453, #102556, #103060, #123768);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c1f46, #0e2453, #102556, #103060, #123768);
}

Whispering Rainforest color palette created on .