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