Blushing Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Sunset palette

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

Blushing Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4b7;
}
.color-2 {
color: #e76e8b;
}
.color-3 {
color: #d34a6d;
}
.color-4 {
color: #c32c55;
}
.color-5 {
color: #a81f3d;
}

/* CSS Variables */
:root {
--color-1: #f4a4b7;
--color-2: #e76e8b;
--color-3: #d34a6d;
--color-4: #c32c55;
--color-5: #a81f3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b7, #e76e8b, #d34a6d, #c32c55, #a81f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b7, #e76e8b, #d34a6d, #c32c55, #a81f3d);
}

Blushing Sunset color palette created on .