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