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