Peachy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Tones palette

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

Peachy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e1bb;
}
.color-2 {
color: #f2c7ab;
}
.color-3 {
color: #efb09f;
}
.color-4 {
color: #f48e6c;
}
.color-5 {
color: #e86a4a;
}

/* CSS Variables */
:root {
--color-1: #f7e1bb;
--color-2: #f2c7ab;
--color-3: #efb09f;
--color-4: #f48e6c;
--color-5: #e86a4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1bb, #f2c7ab, #efb09f, #f48e6c, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1bb, #f2c7ab, #efb09f, #f48e6c, #e86a4a);
}

Peachy Tones color palette created on .