Opulent Earthtones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Opulent Earthtones palette

Condividi questa palette a:

tavolozza dei colori Opulent Earthtones CSS

/* 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 con gradiente di sfondo 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);
}

Opulent Earthtones color palette created on .