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: #f6e1b1;
}
.color-2 {
color: #e2b5a1;
}
.color-3 {
color: #d9a6b3;
}
.color-4 {
color: #c68e8b;
}
.color-5 {
color: #a58b78;
}
/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #e2b5a1;
--color-3: #d9a6b3;
--color-4: #c68e8b;
--color-5: #a58b78;
}
CSS del degradado de fondo Whispers of the Ancients
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #e2b5a1, #d9a6b3, #c68e8b, #a58b78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #e2b5a1, #d9a6b3, #c68e8b, #a58b78);
}
Paletas de colores similares
Whispers of the Ancients color palette created on .