Paleta de colores Whispers of the Ancients
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Ancients palette
CSS de la paleta de colores Whispers of the Ancients
/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #d6c7a8;
}
.color-3 {
color: #b0a79b;
}
.color-4 {
color: #8d8c8b;
}
.color-5 {
color: #4a4d4f;
}
/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #d6c7a8;
--color-3: #b0a79b;
--color-4: #8d8c8b;
--color-5: #4a4d4f;
}
CSS del degradado de fondo Whispers of the Ancients
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #d6c7a8, #b0a79b, #8d8c8b, #4a4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #d6c7a8, #b0a79b, #8d8c8b, #4a4d4f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40+ paletas de colores Estético
Whispers of the Ancients color palette created on .