Golden Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Earth palette

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

Golden Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #db8400;
}
.color-2 {
color: #eba400;
}
.color-3 {
color: #efcd25;
}
.color-4 {
color: #c26100;
}
.color-5 {
color: #e69d00;
}

/* CSS Variables */
:root {
--color-1: #db8400;
--color-2: #eba400;
--color-3: #efcd25;
--color-4: #c26100;
--color-5: #e69d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db8400, #eba400, #efcd25, #c26100, #e69d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db8400, #eba400, #efcd25, #c26100, #e69d00);
}

Golden Earth color palette created on .