Blossom Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Breeze palette

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

Blossom Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #f8ddee;
}
.color-2 {
color: #f7cae0;
}
.color-3 {
color: #f2bad3;
}
.color-4 {
color: #e7abc8;
}
.color-5 {
color: #cf87b9;
}

/* CSS Variables */
:root {
--color-1: #f8ddee;
--color-2: #f7cae0;
--color-3: #f2bad3;
--color-4: #e7abc8;
--color-5: #cf87b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ddee, #f7cae0, #f2bad3, #e7abc8, #cf87b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ddee, #f7cae0, #f2bad3, #e7abc8, #cf87b9);
}

Blossom Breeze color palette created on .