Reflections of Earth Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Reflections of Earth palette
tavolozza dei colori Reflections of Earth 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;
}
CSS con gradiente di sfondo 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);
}
Tavolozze di colori simili
Reflections of Earth color palette created on .