Desert Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Dawn palette

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

Desert Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #c6996c;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #e3c7a1;
}
.color-4 {
color: #c1a57b;
}
.color-5 {
color: #a67a59;
}

/* CSS Variables */
:root {
--color-1: #c6996c;
--color-2: #d3b58d;
--color-3: #e3c7a1;
--color-4: #c1a57b;
--color-5: #a67a59;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6996c, #d3b58d, #e3c7a1, #c1a57b, #a67a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6996c, #d3b58d, #e3c7a1, #c1a57b, #a67a59);
}

Desert Dawn color palette created on .