Sunset Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Blossoms palette

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

Sunset Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d45e8d;
}
.color-5 {
color: #9b508c;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #ff8b42;
--color-3: #ff6e61;
--color-4: #d45e8d;
--color-5: #9b508c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #ff8b42, #ff6e61, #d45e8d, #9b508c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #ff8b42, #ff6e61, #d45e8d, #9b508c);
}

Sunset Blossoms color palette created on .