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