Blue Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Breeze palette

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

Blue Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #6bb3eb;
}
.color-2 {
color: #a3d6e0;
}
.color-3 {
color: #f1e3b1;
}
.color-4 {
color: #f6a34c;
}
.color-5 {
color: #f27a78;
}

/* CSS Variables */
:root {
--color-1: #6bb3eb;
--color-2: #a3d6e0;
--color-3: #f1e3b1;
--color-4: #f6a34c;
--color-5: #f27a78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb3eb, #a3d6e0, #f1e3b1, #f6a34c, #f27a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb3eb, #a3d6e0, #f1e3b1, #f6a34c, #f27a78);
}

Blue Breeze color palette created on .