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: #35b1a0;
}
.color-2 {
color: #80e0d5;
}
.color-3 {
color: #f0e7d1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #35b1a0;
--color-2: #80e0d5;
--color-3: #f0e7d1;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Teal Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35b1a0, #80e0d5, #f0e7d1, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35b1a0, #80e0d5, #f0e7d1, #ffb84d, #ff6e61);
}

Teal Sunrise color palette created on .