Peach Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peach Sunset palette

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

Peach Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa175;
}
.color-3 {
color: #ffba9e;
}
.color-4 {
color: #ffc3b3;
}
.color-5 {
color: #ffe5d1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa175;
--color-3: #ffba9e;
--color-4: #ffc3b3;
--color-5: #ffe5d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa175, #ffba9e, #ffc3b3, #ffe5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa175, #ffba9e, #ffc3b3, #ffe5d1);
}

Peach Sunset color palette created on .