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: #f9a824;
}
.color-3 {
color: #f47f1f;
}
.color-4 {
color: #e64919;
}
.color-5 {
color: #d33131;
}
/* CSS Variables */
:root {
--color-1: #ffb657;
--color-2: #f9a824;
--color-3: #f47f1f;
--color-4: #e64919;
--color-5: #d33131;
}
Desert Sunset Blooms の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb657, #f9a824, #f47f1f, #e64919, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb657, #f9a824, #f47f1f, #e64919, #d33131);
}
似たようなカラーパレット
Desert Sunset Blooms color palette created on .