Chiba Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Chiba Breeze palette

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

Chiba Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #3c9ed3;
}
.color-2 {
color: #5cc6e0;
}
.color-3 {
color: #78e5ed;
}
.color-4 {
color: #f9a20b;
}
.color-5 {
color: #f87d30;
}

/* CSS Variables */
:root {
--color-1: #3c9ed3;
--color-2: #5cc6e0;
--color-3: #78e5ed;
--color-4: #f9a20b;
--color-5: #f87d30;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9ed3, #5cc6e0, #78e5ed, #f9a20b, #f87d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9ed3, #5cc6e0, #78e5ed, #f9a20b, #f87d30);
}

Chiba Breeze color palette created on .