Peachy Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Shades palette

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

Peachy Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d8a07d;
}
.color-2 {
color: #f1ba5b;
}
.color-3 {
color: #f2e3a1;
}
.color-4 {
color: #c6e8b0;
}
.color-5 {
color: #8ad0c0;
}

/* CSS Variables */
:root {
--color-1: #d8a07d;
--color-2: #f1ba5b;
--color-3: #f2e3a1;
--color-4: #c6e8b0;
--color-5: #8ad0c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a07d, #f1ba5b, #f2e3a1, #c6e8b0, #8ad0c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a07d, #f1ba5b, #f2e3a1, #c6e8b0, #8ad0c0);
}

Peachy Shades color palette created on .