Teal Empowerment Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Empowerment palette

Condividi questa palette a:

tavolozza dei colori Teal Empowerment CSS

/* CSS */
.color-1 {
color: #1a8e8e;
}
.color-2 {
color: #5ce0d5;
}
.color-3 {
color: #b4f8f1;
}
.color-4 {
color: #f4c1ae;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1a8e8e;
--color-2: #5ce0d5;
--color-3: #b4f8f1;
--color-4: #f4c1ae;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Teal Empowerment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8e8e, #5ce0d5, #b4f8f1, #f4c1ae, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8e8e, #5ce0d5, #b4f8f1, #f4c1ae, #ff6e61);
}

Teal Empowerment color palette created on .