Teal Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Breeze palette

Condividi questa palette a:

tavolozza dei colori Teal Breeze CSS

/* CSS */
.color-1 {
color: #3a8d92;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #8dd8d8;
}
.color-4 {
color: #f5c5a3;
}
.color-5 {
color: #f67e7e;
}

/* CSS Variables */
:root {
--color-1: #3a8d92;
--color-2: #5abfbd;
--color-3: #8dd8d8;
--color-4: #f5c5a3;
--color-5: #f67e7e;
}

CSS con gradiente di sfondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8d92, #5abfbd, #8dd8d8, #f5c5a3, #f67e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8d92, #5abfbd, #8dd8d8, #f5c5a3, #f67e7e);
}

Teal Breeze color palette created on .