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