Embrace of Earth Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Embrace of Earth palette
tavolozza dei colori Embrace of Earth CSS
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #fddbaf;
}
.color-3 {
color: #e2b09c;
}
.color-4 {
color: #d69c76;
}
.color-5 {
color: #b48a6a;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #fddbaf;
--color-3: #e2b09c;
--color-4: #d69c76;
--color-5: #b48a6a;
}
CSS con gradiente di sfondo Embrace of Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #fddbaf, #e2b09c, #d69c76, #b48a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #fddbaf, #e2b09c, #d69c76, #b48a6a);
}
Tavolozze di colori simili
Embrace of Earth color palette created on .