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