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