Shades of Teal and Coral Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Teal and Coral palette

Condividi questa palette a:

tavolozza dei colori Shades of Teal and Coral CSS

/* CSS */
.color-1 {
color: #74b9a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f6e0a7;
}
.color-4 {
color: #e8b84a;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #74b9a1;
--color-2: #f1a8a2;
--color-3: #f6e0a7;
--color-4: #e8b84a;
--color-5: #d95e3f;
}

CSS con gradiente di sfondo Shades of Teal and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #74b9a1, #f1a8a2, #f6e0a7, #e8b84a, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #74b9a1, #f1a8a2, #f6e0a7, #e8b84a, #d95e3f);
}

Shades of Teal and Coral color palette created on .