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