Desert Gold カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Desert Gold palette
Desert Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #d9c48c;
}
.color-2 {
color: #d5b56d;
}
.color-3 {
color: #bdaf51;
}
.color-4 {
color: #a88b3e;
}
.color-5 {
color: #7d6a26;
}
/* CSS Variables */
:root {
--color-1: #d9c48c;
--color-2: #d5b56d;
--color-3: #bdaf51;
--color-4: #a88b3e;
--color-5: #7d6a26;
}
Desert Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c48c, #d5b56d, #bdaf51, #a88b3e, #7d6a26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c48c, #d5b56d, #bdaf51, #a88b3e, #7d6a26);
}
似たようなカラーパレット
Desert Gold color palette created on .