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