Paleta de colores Earthy Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Whispers palette

Compartir esta paleta en:

Descargar la paleta de colores Earthy Whispers (PNG)

Download earthy whispers color palette PNG image (landscape)
Download earthy whispers color palette PNG image (square)

CSS de la paleta de colores Earthy Whispers

/* CSS */
.color-1 {
color: #feb043;
}
.color-2 {
color: #5c1d00;
}
.color-3 {
color: #c54602;
}
.color-4 {
color: #fb7b18;
}
.color-5 {
color: #9d3201;
}

/* CSS Variables */
:root {
--color-1: #feb043;
--color-2: #5c1d00;
--color-3: #c54602;
--color-4: #fb7b18;
--color-5: #9d3201;
}

CSS del degradado de fondo Earthy Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feb043, #5c1d00, #c54602, #fb7b18, #9d3201);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feb043, #5c1d00, #c54602, #fb7b18, #9d3201);
}

Earthy Whispers color palette created on .