Opulent Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Opulent Elegance palette

このパレットを共有する先:

Opulent Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #d5c5aa;
}
.color-2 {
color: #b8a899;
}
.color-3 {
color: #a78c7b;
}
.color-4 {
color: #c39e8d;
}
.color-5 {
color: #b14e4e;
}

/* CSS Variables */
:root {
--color-1: #d5c5aa;
--color-2: #b8a899;
--color-3: #a78c7b;
--color-4: #c39e8d;
--color-5: #b14e4e;
}

Opulent Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c5aa, #b8a899, #a78c7b, #c39e8d, #b14e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c5aa, #b8a899, #a78c7b, #c39e8d, #b14e4e);
}

Opulent Elegance color palette created on .