Desert Dunes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Dunes palette

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

Desert Dunes カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d29b6a;
}
.color-3 {
color: #c67b39;
}
.color-4 {
color: #9f512d;
}
.color-5 {
color: #8b4513;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d29b6a;
--color-3: #c67b39;
--color-4: #9f512d;
--color-5: #8b4513;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d29b6a, #c67b39, #9f512d, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d29b6a, #c67b39, #9f512d, #8b4513);
}

Desert Dunes color palette created on .