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: #1a6f8e;
}
.color-2 {
color: #83b4b4;
}
.color-3 {
color: #bfe8d5;
}
.color-4 {
color: #f4d5a4;
}
.color-5 {
color: #e17f7f;
}

/* CSS Variables */
:root {
--color-1: #1a6f8e;
--color-2: #83b4b4;
--color-3: #bfe8d5;
--color-4: #f4d5a4;
--color-5: #e17f7f;
}

CSS con gradiente di sfondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a6f8e, #83b4b4, #bfe8d5, #f4d5a4, #e17f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a6f8e, #83b4b4, #bfe8d5, #f4d5a4, #e17f7f);
}

Teal Breeze color palette created on .