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