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