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