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