Blossom Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Blush palette

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

Blossom Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b7f0;
}
.color-2 {
color: #f0a3c7;
}
.color-3 {
color: #f07a92;
}
.color-4 {
color: #f76969;
}
.color-5 {
color: #d85a5a;
}

/* CSS Variables */
:root {
--color-1: #f5b7f0;
--color-2: #f0a3c7;
--color-3: #f07a92;
--color-4: #f76969;
--color-5: #d85a5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7f0, #f0a3c7, #f07a92, #f76969, #d85a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7f0, #f0a3c7, #f07a92, #f76969, #d85a5a);
}

Blossom Blush color palette created on .