Teal and Gold Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal and Gold Dream palette

Condividi questa palette a:

tavolozza dei colori Teal and Gold Dream CSS

/* CSS */
.color-1 {
color: #1f7c8e;
}
.color-2 {
color: #4ccdc0;
}
.color-3 {
color: #a3e6d4;
}
.color-4 {
color: #f6e48e;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #1f7c8e;
--color-2: #4ccdc0;
--color-3: #a3e6d4;
--color-4: #f6e48e;
--color-5: #f39c12;
}

CSS con gradiente di sfondo Teal and Gold Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7c8e, #4ccdc0, #a3e6d4, #f6e48e, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7c8e, #4ccdc0, #a3e6d4, #f6e48e, #f39c12);
}

Teal and Gold Dream color palette created on .