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