Opulent Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Opulent Earthtones palette

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

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;
}

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

/* 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 .