Blue Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Breeze palette

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

Blue Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1858d8;
}
.color-2 {
color: #4b9edd;
}
.color-3 {
color: #7acbeb;
}
.color-4 {
color: #a3e0c4;
}
.color-5 {
color: #f9e5a9;
}

/* CSS Variables */
:root {
--color-1: #1858d8;
--color-2: #4b9edd;
--color-3: #7acbeb;
--color-4: #a3e0c4;
--color-5: #f9e5a9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1858d8, #4b9edd, #7acbeb, #a3e0c4, #f9e5a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1858d8, #4b9edd, #7acbeb, #a3e0c4, #f9e5a9);
}

Blue Breeze color palette created on .