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