Pink Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Sunset palette
Pink Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #ffad5c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #ff85c0;
}
/* CSS Variables */
:root {
--color-1: #ffad5c;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #ff3d7e;
--color-5: #ff85c0;
}
Pink Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad5c, #ff6e61, #ff4d4d, #ff3d7e, #ff85c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad5c, #ff6e61, #ff4d4d, #ff3d7e, #ff85c0);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Pink Sunset color palette created on .