Blue Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Breeze palette

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

Blue Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #3d72a4;
}
.color-2 {
color: #70a3c7;
}
.color-3 {
color: #a3c8d7;
}
.color-4 {
color: #f2e3a1;
}
.color-5 {
color: #f2a1a1;
}

/* CSS Variables */
:root {
--color-1: #3d72a4;
--color-2: #70a3c7;
--color-3: #a3c8d7;
--color-4: #f2e3a1;
--color-5: #f2a1a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d72a4, #70a3c7, #a3c8d7, #f2e3a1, #f2a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d72a4, #70a3c7, #a3c8d7, #f2e3a1, #f2a1a1);
}

Blue Breeze color palette created on .