Desert Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Gold palette

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

Desert Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b77a;
}
.color-2 {
color: #d8b75a;
}
.color-3 {
color: #e4a84e;
}
.color-4 {
color: #e8c8a1;
}
.color-5 {
color: #e8c1a1;
}

/* CSS Variables */
:root {
--color-1: #d1b77a;
--color-2: #d8b75a;
--color-3: #e4a84e;
--color-4: #e8c8a1;
--color-5: #e8c1a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b77a, #d8b75a, #e4a84e, #e8c8a1, #e8c1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b77a, #d8b75a, #e4a84e, #e8c8a1, #e8c1a1);
}

Desert Gold color palette created on .