Peach Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peach Sunset palette

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

Peach Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e5ba;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #f19f83;
}
.color-4 {
color: #ec7d6f;
}
.color-5 {
color: #e05c5c;
}

/* CSS Variables */
:root {
--color-1: #f3e5ba;
--color-2: #f1c7a7;
--color-3: #f19f83;
--color-4: #ec7d6f;
--color-5: #e05c5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5ba, #f1c7a7, #f19f83, #ec7d6f, #e05c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5ba, #f1c7a7, #f19f83, #ec7d6f, #e05c5c);
}

Peach Sunset color palette created on .