Teal Rust Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Rust palette

Share this palette to:

Teal Rust color palette CSS

/* CSS */
.color-1 {
color: #3d5a6c;
}
.color-2 {
color: #6b8e8a;
}
.color-3 {
color: #a5c5b5;
}
.color-4 {
color: #f4c1a4;
}
.color-5 {
color: #d87b6f;
}

/* CSS Variables */
:root {
--color-1: #3d5a6c;
--color-2: #6b8e8a;
--color-3: #a5c5b5;
--color-4: #f4c1a4;
--color-5: #d87b6f;
}

Teal Rust background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a6c, #6b8e8a, #a5c5b5, #f4c1a4, #d87b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a6c, #6b8e8a, #a5c5b5, #f4c1a4, #d87b6f);
}

Teal Rust color palette created on .