Sunset Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Blossoms palette

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

Sunset Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #e9678a;
}
.color-2 {
color: #f3aab1;
}
.color-3 {
color: #f6c5c1;
}
.color-4 {
color: #fedd7c;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #e9678a;
--color-2: #f3aab1;
--color-3: #f6c5c1;
--color-4: #fedd7c;
--color-5: #f6b83c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9678a, #f3aab1, #f6c5c1, #fedd7c, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9678a, #f3aab1, #f6c5c1, #fedd7c, #f6b83c);
}

Sunset Blossoms color palette created on .