Teal and Rust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal and Rust palette

Share this palette to:

Download Teal and Rust Color Palette (PNG)

Download teal and rust color palette PNG image (landscape)
Download teal and rust color palette PNG image (square)

Teal and Rust color palette CSS

/* CSS */
.color-1 {
color: #1c4f54;
}
.color-2 {
color: #4a7d7c;
}
.color-3 {
color: #6a2022;
}
.color-4 {
color: #a55b4a;
}
.color-5 {
color: #d0c8b3;
}

/* CSS Variables */
:root {
--color-1: #1c4f54;
--color-2: #4a7d7c;
--color-3: #6a2022;
--color-4: #a55b4a;
--color-5: #d0c8b3;
}

Teal and Rust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4f54, #4a7d7c, #6a2022, #a55b4a, #d0c8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4f54, #4a7d7c, #6a2022, #a55b4a, #d0c8b3);
}

Teal and Rust color palette created on .