Paleta de colores Whiskered Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whiskered Elegance palette
CSS de la paleta de colores Whiskered Elegance
/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #b67c49;
}
.color-3 {
color: #e6b989;
}
.color-4 {
color: #f5d4b2;
}
.color-5 {
color: #f4e8d2;
}
/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #b67c49;
--color-3: #e6b989;
--color-4: #f5d4b2;
--color-5: #f4e8d2;
}
CSS del degradado de fondo Whiskered Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #b67c49, #e6b989, #f5d4b2, #f4e8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #b67c49, #e6b989, #f5d4b2, #f4e8d2);
}
Paletas de colores similares
Whiskered Elegance color palette created on .