Paleta de colores Whispers of Ancient Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Ancient Earth palette
CSS de la paleta de colores Whispers of Ancient Earth
/* CSS */
.color-1 {
color: #cda95b;
}
.color-2 {
color: #96793c;
}
.color-3 {
color: #483923;
}
.color-4 {
color: #2e2319;
}
.color-5 {
color: #241b14;
}
/* CSS Variables */
:root {
--color-1: #cda95b;
--color-2: #96793c;
--color-3: #483923;
--color-4: #2e2319;
--color-5: #241b14;
}
CSS del degradado de fondo Whispers of Ancient Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cda95b, #96793c, #483923, #2e2319, #241b14);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cda95b, #96793c, #483923, #2e2319, #241b14);
}
Paletas de colores similares
Whispers of Ancient Earth color palette created on .