Desert Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Sunset palette

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

Desert Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #eda591;
}
.color-2 {
color: #773818;
}
.color-3 {
color: #b37056;
}
.color-4 {
color: #f9d3b4;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #eda591;
--color-2: #773818;
--color-3: #b37056;
--color-4: #f9d3b4;
--color-5: #ff8052;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eda591, #773818, #b37056, #f9d3b4, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eda591, #773818, #b37056, #f9d3b4, #ff8052);
}

Desert Sunset color palette created on .