Blue Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Breeze palette

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

Blue Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #8ea9cc;
}
.color-2 {
color: #a7c6e7;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #f3cbb9;
}
.color-5 {
color: #f9b9a4;
}

/* CSS Variables */
:root {
--color-1: #8ea9cc;
--color-2: #a7c6e7;
--color-3: #b2e0f0;
--color-4: #f3cbb9;
--color-5: #f9b9a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ea9cc, #a7c6e7, #b2e0f0, #f3cbb9, #f9b9a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ea9cc, #a7c6e7, #b2e0f0, #f3cbb9, #f9b9a4);
}

Blue Breeze color palette created on .