Teal and Orange Fusion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Orange Fusion palette

Share this palette to:

Teal and Orange Fusion color palette 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;
}

Teal and Orange Fusion background gradient CSS

/* 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);
}

Similar color palettes

Teal and Orange Fusion color palette created on .