Desert Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Gold palette

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

Desert Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #d8b779;
}
.color-2 {
color: #e9cda5;
}
.color-3 {
color: #f8e2b9;
}
.color-4 {
color: #f6b44c;
}
.color-5 {
color: #d68a2e;
}

/* CSS Variables */
:root {
--color-1: #d8b779;
--color-2: #e9cda5;
--color-3: #f8e2b9;
--color-4: #f6b44c;
--color-5: #d68a2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b779, #e9cda5, #f8e2b9, #f6b44c, #d68a2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b779, #e9cda5, #f8e2b9, #f6b44c, #d68a2e);
}

Desert Gold color palette created on .