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