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