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: #05afb8;
}
.color-2 {
color: #a1e8e3;
}
.color-3 {
color: #f0ffff;
}
.color-4 {
color: #f7f9f5;
}
.color-5 {
color: #fff8e0;
}

/* CSS Variables */
:root {
--color-1: #05afb8;
--color-2: #a1e8e3;
--color-3: #f0ffff;
--color-4: #f7f9f5;
--color-5: #fff8e0;
}

CSS con gradiente di sfondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #05afb8, #a1e8e3, #f0ffff, #f7f9f5, #fff8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #05afb8, #a1e8e3, #f0ffff, #f7f9f5, #fff8e0);
}

Teal Breeze color palette created on .