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