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