Blushing Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Sunset palette

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

Blushing Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f7a4a1;
}
.color-3 {
color: #f78e8d;
}
.color-4 {
color: #e06b67;
}
.color-5 {
color: #d05858;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f7a4a1;
--color-3: #f78e8d;
--color-4: #e06b67;
--color-5: #d05858;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f7a4a1, #f78e8d, #e06b67, #d05858);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f7a4a1, #f78e8d, #e06b67, #d05858);
}

Blushing Sunset color palette created on .