Peachy Ives カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Ives palette

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

Peachy Ives カラーパレット CSS

/* CSS */
.color-1 {
color: #d3a297;
}
.color-2 {
color: #f1b4a2;
}
.color-3 {
color: #f6c6b1;
}
.color-4 {
color: #f8e1a5;
}
.color-5 {
color: #f2d6a6;
}

/* CSS Variables */
:root {
--color-1: #d3a297;
--color-2: #f1b4a2;
--color-3: #f6c6b1;
--color-4: #f8e1a5;
--color-5: #f2d6a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a297, #f1b4a2, #f6c6b1, #f8e1a5, #f2d6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a297, #f1b4a2, #f6c6b1, #f8e1a5, #f2d6a6);
}

Peachy Ives color palette created on .