Golden Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Earthtones palette

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

Golden Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #d1a73d;
}
.color-2 {
color: #e3b52b;
}
.color-3 {
color: #f8ca49;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f89f3f;
}

/* CSS Variables */
:root {
--color-1: #d1a73d;
--color-2: #e3b52b;
--color-3: #f8ca49;
--color-4: #f0a800;
--color-5: #f89f3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a73d, #e3b52b, #f8ca49, #f0a800, #f89f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a73d, #e3b52b, #f8ca49, #f0a800, #f89f3f);
}

Golden Earthtones color palette created on .