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