Blushing Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Sunset palette

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

Blushing Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6c5c;
}
.color-2 {
color: #ff978a;
}
.color-3 {
color: #ffb5a8;
}
.color-4 {
color: #ffdcd1;
}
.color-5 {
color: #ffe5e0;
}

/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff978a;
--color-3: #ffb5a8;
--color-4: #ffdcd1;
--color-5: #ffe5e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff978a, #ffb5a8, #ffdcd1, #ffe5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff978a, #ffb5a8, #ffdcd1, #ffe5e0);
}

Blushing Sunset color palette created on .