Shades of Peach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Peach palette

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

Shades of Peach カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d5a0;
}
.color-2 {
color: #f09d70;
}
.color-3 {
color: #e76d4b;
}
.color-4 {
color: #d35f9d;
}
.color-5 {
color: #6a8faf;
}

/* CSS Variables */
:root {
--color-1: #f3d5a0;
--color-2: #f09d70;
--color-3: #e76d4b;
--color-4: #d35f9d;
--color-5: #6a8faf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d5a0, #f09d70, #e76d4b, #d35f9d, #6a8faf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d5a0, #f09d70, #e76d4b, #d35f9d, #6a8faf);
}

Shades of Peach color palette created on .