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