Paleta de colores Whispers of Timeless Earth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Timeless Earth palette
CSS de la paleta de colores Whispers of Timeless Earth
/* CSS */
.color-1 {
color: #d6d6db;
}
.color-2 {
color: #b6b1af;
}
.color-3 {
color: #79999a;
}
.color-4 {
color: #be7d41;
}
.color-5 {
color: #608080;
}
/* CSS Variables */
:root {
--color-1: #d6d6db;
--color-2: #b6b1af;
--color-3: #79999a;
--color-4: #be7d41;
--color-5: #608080;
}
CSS del degradado de fondo Whispers of Timeless Earth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6d6db, #b6b1af, #79999a, #be7d41, #608080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6d6db, #b6b1af, #79999a, #be7d41, #608080);
}
Paletas de colores similares
Whispers of Timeless Earth color palette created on .