Desert Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Gold palette

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

Desert Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #eed69b;
}
.color-2 {
color: #edcc7d;
}
.color-3 {
color: #e1cb60;
}
.color-4 {
color: #d8af55;
}
.color-5 {
color: #c4963b;
}

/* CSS Variables */
:root {
--color-1: #eed69b;
--color-2: #edcc7d;
--color-3: #e1cb60;
--color-4: #d8af55;
--color-5: #c4963b;
}

Desert Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed69b, #edcc7d, #e1cb60, #d8af55, #c4963b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed69b, #edcc7d, #e1cb60, #d8af55, #c4963b);
}

Desert Gold color palette created on .