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