Golden Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Earth palette

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

Golden Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #d6a100;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f9e74e;
}
.color-4 {
color: #a87e00;
}
.color-5 {
color: #e6b800;
}

/* CSS Variables */
:root {
--color-1: #d6a100;
--color-2: #f5c400;
--color-3: #f9e74e;
--color-4: #a87e00;
--color-5: #e6b800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a100, #f5c400, #f9e74e, #a87e00, #e6b800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a100, #f5c400, #f9e74e, #a87e00, #e6b800);
}

Golden Earth color palette created on .