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