Opulent Estates Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Opulent Estates palette

Condividi questa palette a:

tavolozza dei colori Opulent Estates CSS

/* CSS */
.color-1 {
color: #d8bfa2;
}
.color-2 {
color: #b49b79;
}
.color-3 {
color: #f3e5bf;
}
.color-4 {
color: #c6a87b;
}
.color-5 {
color: #795939;
}

/* CSS Variables */
:root {
--color-1: #d8bfa2;
--color-2: #b49b79;
--color-3: #f3e5bf;
--color-4: #c6a87b;
--color-5: #795939;
}

CSS con gradiente di sfondo Opulent Estates

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bfa2, #b49b79, #f3e5bf, #c6a87b, #795939);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bfa2, #b49b79, #f3e5bf, #c6a87b, #795939);
}

Opulent Estates color palette created on .