Sunset Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Blossom palette

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

Sunset Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d49b;
}
.color-2 {
color: #f6baa2;
}
.color-3 {
color: #f5a3b9;
}
.color-4 {
color: #e89cc2;
}
.color-5 {
color: #d68fb5;
}

/* CSS Variables */
:root {
--color-1: #f8d49b;
--color-2: #f6baa2;
--color-3: #f5a3b9;
--color-4: #e89cc2;
--color-5: #d68fb5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d49b, #f6baa2, #f5a3b9, #e89cc2, #d68fb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d49b, #f6baa2, #f5a3b9, #e89cc2, #d68fb5);
}

Sunset Blossom color palette created on .