Peachy Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Beige palette

このパレットを共有する先:

Peachy Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d5c0;
}
.color-2 {
color: #e6b498;
}
.color-3 {
color: #d59b72;
}
.color-4 {
color: #c99b83;
}
.color-5 {
color: #e8c0b0;
}

/* CSS Variables */
:root {
--color-1: #f2d5c0;
--color-2: #e6b498;
--color-3: #d59b72;
--color-4: #c99b83;
--color-5: #e8c0b0;
}

Peachy Beige の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5c0, #e6b498, #d59b72, #c99b83, #e8c0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5c0, #e6b498, #d59b72, #c99b83, #e8c0b0);
}

Peachy Beige color palette created on .