Whispers of Earth Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Earth palette
tavolozza dei colori Whispers of Earth CSS
/* CSS */
.color-1 {
color: #231b1a;
}
.color-2 {
color: #4a3d3a;
}
.color-3 {
color: #7d6b5e;
}
.color-4 {
color: #b2a899;
}
.color-5 {
color: #e2d2cb;
}
/* CSS Variables */
:root {
--color-1: #231b1a;
--color-2: #4a3d3a;
--color-3: #7d6b5e;
--color-4: #b2a899;
--color-5: #e2d2cb;
}
CSS con gradiente di sfondo Whispers of Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #231b1a, #4a3d3a, #7d6b5e, #b2a899, #e2d2cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #231b1a, #4a3d3a, #7d6b5e, #b2a899, #e2d2cb);
}
Tavolozze di colori simili
Whispers of Earth color palette created on .