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