Blushing Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Sunset palette

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

Blushing Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff808a;
}
.color-2 {
color: #ffb8c1;
}
.color-3 {
color: #ffd1dc;
}
.color-4 {
color: #f5c99e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff808a;
--color-2: #ffb8c1;
--color-3: #ffd1dc;
--color-4: #f5c99e;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff808a, #ffb8c1, #ffd1dc, #f5c99e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff808a, #ffb8c1, #ffd1dc, #f5c99e, #ff6e61);
}

Blushing Sunset color palette created on .