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: #4a9cd3;
}
.color-2 {
color: #5ab5b5;
}
.color-3 {
color: #7ed3a1;
}
.color-4 {
color: #f0b44c;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #5ab5b5;
--color-3: #7ed3a1;
--color-4: #f0b44c;
--color-5: #e77e23;
}

CSS con gradiente di sfondo Teal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #5ab5b5, #7ed3a1, #f0b44c, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #5ab5b5, #7ed3a1, #f0b44c, #e77e23);
}

Teal Sunset color palette created on .