Paleta de colores Reflections of Earth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Reflections of Earth palette

Compartir esta paleta en:

CSS de la paleta de colores Reflections of Earth

/* CSS */
.color-1 {
color: #f0b7a3;
}
.color-2 {
color: #c99c7e;
}
.color-3 {
color: #a86c5d;
}
.color-4 {
color: #6b4c4c;
}
.color-5 {
color: #3b2b2b;
}

/* CSS Variables */
:root {
--color-1: #f0b7a3;
--color-2: #c99c7e;
--color-3: #a86c5d;
--color-4: #6b4c4c;
--color-5: #3b2b2b;
}

CSS del degradado de fondo Reflections of Earth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7a3, #c99c7e, #a86c5d, #6b4c4c, #3b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7a3, #c99c7e, #a86c5d, #6b4c4c, #3b2b2b);
}

Reflections of Earth color palette created on .