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