Loading...
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: #ffc2a3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffda6b;
}
/* CSS Variables */
:root {
--color-1: #ffc2a3;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #ffb84d;
--color-5: #ffda6b;
}
Shades of Peach の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2a3, #ff6e61, #ff3b38, #ffb84d, #ffda6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2a3, #ff6e61, #ff3b38, #ffb84d, #ffda6b);
}
似たようなカラーパレット
下にスクロールして4個のエステティックカラーパレットを探索しましょう
Shades of Peach color palette created on .