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: #a7c8c8;
}
.color-2 {
color: #b4e4e4;
}
.color-3 {
color: #d0f1f1;
}
.color-4 {
color: #f0fffe;
}
.color-5 {
color: #e0b2b2;
}

/* CSS Variables */
:root {
--color-1: #a7c8c8;
--color-2: #b4e4e4;
--color-3: #d0f1f1;
--color-4: #f0fffe;
--color-5: #e0b2b2;
}

CSS con gradiente di sfondo Teal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8c8, #b4e4e4, #d0f1f1, #f0fffe, #e0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8c8, #b4e4e4, #d0f1f1, #f0fffe, #e0b2b2);
}

Teal Breeze color palette created on .