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