Teal Sunset Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Sunset palette

Condividi questa palette a:

tavolozza dei colori Teal Sunset CSS

/* CSS */
.color-1 {
color: #1f8a8e;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #e95e2f;
}
.color-4 {
color: #d14e3d;
}
.color-5 {
color: #5c4d4f;
}

/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #f0a400;
--color-3: #e95e2f;
--color-4: #d14e3d;
--color-5: #5c4d4f;
}

CSS con gradiente di sfondo Teal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #f0a400, #e95e2f, #d14e3d, #5c4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #f0a400, #e95e2f, #d14e3d, #5c4d4f);
}

Tavolozze di colori simili

Teal Sunset color palette created on .