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