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