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