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