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