Sunset Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Bloom palette

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

Sunset Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #c03545;
}
.color-2 {
color: #d0586a;
}
.color-3 {
color: #f7c9b6;
}
.color-4 {
color: #f5e19e;
}
.color-5 {
color: #f6e1a2;
}

/* CSS Variables */
:root {
--color-1: #c03545;
--color-2: #d0586a;
--color-3: #f7c9b6;
--color-4: #f5e19e;
--color-5: #f6e1a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c03545, #d0586a, #f7c9b6, #f5e19e, #f6e1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c03545, #d0586a, #f7c9b6, #f5e19e, #f6e1a2);
}

Sunset Bloom color palette created on .