Reflections of Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Reflections of Earth palette

Share this palette to:

Reflections of Earth color palette CSS

/* 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;
}

Reflections of Earth background gradient CSS

/* 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 .