Paleta de colores Powerful Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Powerful Earth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Powerful Earth

Download powerful earth color palette PNG image (landscape)
Download powerful earth color palette PNG image (square)

CSS de la paleta de colores Powerful Earth

/* CSS */
.color-1 {
color: #1c0707;
}
.color-2 {
color: #260808;
}
.color-3 {
color: #3a0d0e;
}
.color-4 {
color: #491214;
}
.color-5 {
color: #59181a;
}

/* CSS Variables */
:root {
--color-1: #1c0707;
--color-2: #260808;
--color-3: #3a0d0e;
--color-4: #491214;
--color-5: #59181a;
}

CSS del degradado de fondo Powerful Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c0707, #260808, #3a0d0e, #491214, #59181a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c0707, #260808, #3a0d0e, #491214, #59181a);
}

Powerful Earth color palette created on .