Bluebell Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bluebell Breeze palette

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

Bluebell Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #89c5e1;
}
.color-3 {
color: #a3e1e6;
}
.color-4 {
color: #f2d4a6;
}
.color-5 {
color: #f9b4b4;
}

/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #89c5e1;
--color-3: #a3e1e6;
--color-4: #f2d4a6;
--color-5: #f9b4b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #89c5e1, #a3e1e6, #f2d4a6, #f9b4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #89c5e1, #a3e1e6, #f2d4a6, #f9b4b4);
}

Bluebell Breeze color palette created on .