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