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: #009485;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #681b98;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #ff6d1f;
--color-3: #681b98;
--color-4: #ffb300;
--color-5: #ff4281;
}

Teal and Orange Fusion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #ff6d1f, #681b98, #ffb300, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #ff6d1f, #681b98, #ffb300, #ff4281);
}

Teal and Orange Fusion color palette created on .