Chiba Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Chiba Breeze palette
tavolozza dei colori 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;
}
CSS con gradiente di sfondo Chiba Breeze
/* 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);
}
Tavolozze di colori simili
Chiba Breeze color palette created on .