Shades of Peach カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Peach palette
Shades of Peach カラーパレット CSS
/* CSS */
.color-1 {
color: #fcc3c0;
}
.color-2 {
color: #bcd3e6;
}
.color-3 {
color: #f7d597;
}
.color-4 {
color: #eab4a4;
}
.color-5 {
color: #d8f3ea;
}
/* CSS Variables */
:root {
--color-1: #fcc3c0;
--color-2: #bcd3e6;
--color-3: #f7d597;
--color-4: #eab4a4;
--color-5: #d8f3ea;
}
Shades of Peach の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcc3c0, #bcd3e6, #f7d597, #eab4a4, #d8f3ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcc3c0, #bcd3e6, #f7d597, #eab4a4, #d8f3ea);
}
似たようなカラーパレット
Shades of Peach color palette created on .