Regal Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Regal Earthtones palette

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

Regal Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #bead3c;
}
.color-2 {
color: #a66d3a;
}
.color-3 {
color: #6b4929;
}
.color-4 {
color: #4e3f32;
}
.color-5 {
color: #2d2a25;
}

/* CSS Variables */
:root {
--color-1: #bead3c;
--color-2: #a66d3a;
--color-3: #6b4929;
--color-4: #4e3f32;
--color-5: #2d2a25;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bead3c, #a66d3a, #6b4929, #4e3f32, #2d2a25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bead3c, #a66d3a, #6b4929, #4e3f32, #2d2a25);
}

Regal Earthtones color palette created on .