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