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