Bohemian Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Bohemian Breeze palette
tavolozza dei colori Bohemian Breeze CSS
/* CSS */
.color-1 {
color: #5a9baf;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #f0e5e5;
}
.color-4 {
color: #ffc66b;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #5a9baf;
--color-2: #a3c8e1;
--color-3: #f0e5e5;
--color-4: #ffc66b;
--color-5: #ff6b6b;
}
CSS con gradiente di sfondo Bohemian Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a9baf, #a3c8e1, #f0e5e5, #ffc66b, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a9baf, #a3c8e1, #f0e5e5, #ffc66b, #ff6b6b);
}
Tavolozze di colori simili
Bohemian Breeze color palette created on .