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