Teal Breeze Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal Breeze palette
tavolozza dei colori Teal Breeze CSS
/* CSS */
.color-1 {
color: #66dfea;
}
.color-2 {
color: #83eaf1;
}
.color-3 {
color: #aef6f9;
}
.color-4 {
color: #cefcfd;
}
.color-5 {
color: #f0ffff;
}
/* CSS Variables */
:root {
--color-1: #66dfea;
--color-2: #83eaf1;
--color-3: #aef6f9;
--color-4: #cefcfd;
--color-5: #f0ffff;
}
CSS con gradiente di sfondo Teal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66dfea, #83eaf1, #aef6f9, #cefcfd, #f0ffff);
}
Tavolozze di colori simili
Teal Breeze color palette created on .