Fountain Blue Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Fountain Blue Breeze palette
tavolozza dei colori Fountain Blue Breeze CSS
/* CSS */
.color-1 {
color: #56b3bd;
}
.color-2 {
color: #a9e0e0;
}
.color-3 {
color: #f0b2b2;
}
.color-4 {
color: #f8d86d;
}
.color-5 {
color: #f37c20;
}
/* CSS Variables */
:root {
--color-1: #56b3bd;
--color-2: #a9e0e0;
--color-3: #f0b2b2;
--color-4: #f8d86d;
--color-5: #f37c20;
}
CSS con gradiente di sfondo Fountain Blue Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b3bd, #a9e0e0, #f0b2b2, #f8d86d, #f37c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b3bd, #a9e0e0, #f0b2b2, #f8d86d, #f37c20);
}
Tavolozze di colori simili
Fountain Blue Breeze color palette created on .