Pink Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Sunset palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pink Sunset カラーパレット (PNG) をダウンロード
Pink Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f1d3a2;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f57f99;
}
.color-4 {
color: #d66b9b;
}
.color-5 {
color: #a46bb3;
}
/* CSS Variables */
:root {
--color-1: #f1d3a2;
--color-2: #f9aeae;
--color-3: #f57f99;
--color-4: #d66b9b;
--color-5: #a46bb3;
}
Pink Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d3a2, #f9aeae, #f57f99, #d66b9b, #a46bb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d3a2, #f9aeae, #f57f99, #d66b9b, #a46bb3);
}
似たようなカラーパレット
Pink Sunset color palette created on .