Teal Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Sunrise palette

Condividi questa palette a:

tavolozza dei colori Teal Sunrise CSS

/* CSS */
.color-1 {
color: #1e6a7b;
}
.color-2 {
color: #3ab6b4;
}
.color-3 {
color: #61dbd7;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f08c00;
}

/* CSS Variables */
:root {
--color-1: #1e6a7b;
--color-2: #3ab6b4;
--color-3: #61dbd7;
--color-4: #f5a300;
--color-5: #f08c00;
}

CSS con gradiente di sfondo Teal Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6a7b, #3ab6b4, #61dbd7, #f5a300, #f08c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6a7b, #3ab6b4, #61dbd7, #f5a300, #f08c00);
}

Teal Sunrise color palette created on .