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