Teal and Orange Fusion Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal and Orange Fusion palette

Condividi questa palette a:

tavolozza dei colori Teal and Orange Fusion CSS

/* CSS */
.color-1 {
color: #a4b690;
}
.color-2 {
color: #b5c379;
}
.color-3 {
color: #e89e4f;
}
.color-4 {
color: #ebb14c;
}
.color-5 {
color: #ea8862;
}

/* CSS Variables */
:root {
--color-1: #a4b690;
--color-2: #b5c379;
--color-3: #e89e4f;
--color-4: #ebb14c;
--color-5: #ea8862;
}

CSS con gradiente di sfondo Teal and Orange Fusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b690, #b5c379, #e89e4f, #ebb14c, #ea8862);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b690, #b5c379, #e89e4f, #ebb14c, #ea8862);
}

Tavolozze di colori simili

Teal and Orange Fusion color palette created on .