Fox and Dark Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fox and Dark Teal palette

Share this palette to:

Fox and Dark Teal color palette CSS

/* CSS */
.color-1 {
color: #ad5414;
}
.color-2 {
color: #a7806c;
}
.color-3 {
color: #57855c;
}
.color-4 {
color: #22373a;
}
.color-5 {
color: #0d1c1c;
}

/* CSS Variables */
:root {
--color-1: #ad5414;
--color-2: #a7806c;
--color-3: #57855c;
--color-4: #22373a;
--color-5: #0d1c1c;
}

Fox and Dark Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ad5414, #a7806c, #57855c, #22373a, #0d1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ad5414, #a7806c, #57855c, #22373a, #0d1c1c);
}

Fox and Dark Teal color palette created on .