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: #07132c;
}
.color-2 {
color: #081530;
}
.color-3 {
color: #091734;
}
.color-4 {
color: #0a203d;
}
.color-5 {
color: #0b2441;
}

/* CSS Variables */
:root {
--color-1: #07132c;
--color-2: #081530;
--color-3: #091734;
--color-4: #0a203d;
--color-5: #0b2441;
}

CSS del degradado de fondo Whispering Rainforest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #07132c, #081530, #091734, #0a203d, #0b2441);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #07132c, #081530, #091734, #0a203d, #0b2441);
}

Whispering Rainforest color palette created on .