Blushing Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Sunset palette

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

Blushing Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffb8a8;
}
.color-4 {
color: #ffc3b3;
}
.color-5 {
color: #ffd6c2;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa07a;
--color-3: #ffb8a8;
--color-4: #ffc3b3;
--color-5: #ffd6c2;
}

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

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

Blushing Sunset color palette created on .