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: #1f7989;
}
.color-2 {
color: #4ec6b8;
}
.color-3 {
color: #8de7c5;
}
.color-4 {
color: #b5f2e1;
}
.color-5 {
color: #ff9a8f;
}

/* CSS Variables */
:root {
--color-1: #1f7989;
--color-2: #4ec6b8;
--color-3: #8de7c5;
--color-4: #b5f2e1;
--color-5: #ff9a8f;
}

CSS con gradiente di sfondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7989, #4ec6b8, #8de7c5, #b5f2e1, #ff9a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7989, #4ec6b8, #8de7c5, #b5f2e1, #ff9a8f);
}

Teal Breeze color palette created on .