Sunrise Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunrise Blossom palette

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

Sunrise Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d8a7;
}
.color-2 {
color: #f1b2a2;
}
.color-3 {
color: #f08e96;
}
.color-4 {
color: #d66b8d;
}
.color-5 {
color: #c65d89;
}

/* CSS Variables */
:root {
--color-1: #f6d8a7;
--color-2: #f1b2a2;
--color-3: #f08e96;
--color-4: #d66b8d;
--color-5: #c65d89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8a7, #f1b2a2, #f08e96, #d66b8d, #c65d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8a7, #f1b2a2, #f08e96, #d66b8d, #c65d89);
}

Sunrise Blossom color palette created on .