Paleta de colores Spirit of the Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spirit of the Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Spirit of the Earth

/* CSS */
.color-1 {
color: #71bf4f;
}
.color-2 {
color: #f4c543;
}
.color-3 {
color: #f6803c;
}
.color-4 {
color: #f25050;
}
.color-5 {
color: #a43d8c;
}

/* CSS Variables */
:root {
--color-1: #71bf4f;
--color-2: #f4c543;
--color-3: #f6803c;
--color-4: #f25050;
--color-5: #a43d8c;
}

CSS del degradado de fondo Spirit of the Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71bf4f, #f4c543, #f6803c, #f25050, #a43d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71bf4f, #f4c543, #f6803c, #f25050, #a43d8c);
}

Spirit of the Earth color palette created on .