Blossom Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Blush palette

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

Blossom Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d1d0;
}
.color-2 {
color: #f1c0c1;
}
.color-3 {
color: #eba8b2;
}
.color-4 {
color: #e58b8e;
}
.color-5 {
color: #d17b89;
}

/* CSS Variables */
:root {
--color-1: #f6d1d0;
--color-2: #f1c0c1;
--color-3: #eba8b2;
--color-4: #e58b8e;
--color-5: #d17b89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1d0, #f1c0c1, #eba8b2, #e58b8e, #d17b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1d0, #f1c0c1, #eba8b2, #e58b8e, #d17b89);
}

Blossom Blush color palette created on .