Paleta de colores Opulent Earthtones
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Opulent Earthtones palette
CSS de la paleta de colores Opulent Earthtones
/* CSS */
.color-1 {
color: #d4a57d;
}
.color-2 {
color: #af663c;
}
.color-3 {
color: #8c4f2b;
}
.color-4 {
color: #5c2e2d;
}
.color-5 {
color: #aa4a3c;
}
/* CSS Variables */
:root {
--color-1: #d4a57d;
--color-2: #af663c;
--color-3: #8c4f2b;
--color-4: #5c2e2d;
--color-5: #aa4a3c;
}
CSS del degradado de fondo Opulent Earthtones
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a57d, #af663c, #8c4f2b, #5c2e2d, #aa4a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a57d, #af663c, #8c4f2b, #5c2e2d, #aa4a3c);
}
Paletas de colores similares
Opulent Earthtones color palette created on .