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