Blossom Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Breeze palette

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

Blossom Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c2d6;
}
.color-2 {
color: #e5a4b1;
}
.color-3 {
color: #d18098;
}
.color-4 {
color: #b8567a;
}
.color-5 {
color: #9e2e59;
}

/* CSS Variables */
:root {
--color-1: #f5c2d6;
--color-2: #e5a4b1;
--color-3: #d18098;
--color-4: #b8567a;
--color-5: #9e2e59;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2d6, #e5a4b1, #d18098, #b8567a, #9e2e59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2d6, #e5a4b1, #d18098, #b8567a, #9e2e59);
}

Blossom Breeze color palette created on .