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: #00b3aa;
}
.color-2 {
color: #1be4d3;
}
.color-3 {
color: #55f6e6;
}
.color-4 {
color: #80f9f3;
}
.color-5 {
color: #a8fffc;
}
/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #1be4d3;
--color-3: #55f6e6;
--color-4: #80f9f3;
--color-5: #a8fffc;
}
CSS con gradiente di sfondo Teal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #1be4d3, #55f6e6, #80f9f3, #a8fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #1be4d3, #55f6e6, #80f9f3, #a8fffc);
}
Tavolozze di colori simili
Teal Breeze color palette created on .