Rugged Teal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rugged Teal palette

Share this palette to:

Rugged Teal color palette CSS

/* CSS */
.color-1 {
color: #bf4b2b;
}
.color-2 {
color: #7e5c3a;
}
.color-3 {
color: #a2c4a1;
}
.color-4 {
color: #4e9fa6;
}
.color-5 {
color: #2a8e9d;
}

/* CSS Variables */
:root {
--color-1: #bf4b2b;
--color-2: #7e5c3a;
--color-3: #a2c4a1;
--color-4: #4e9fa6;
--color-5: #2a8e9d;
}

Rugged Teal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf4b2b, #7e5c3a, #a2c4a1, #4e9fa6, #2a8e9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf4b2b, #7e5c3a, #a2c4a1, #4e9fa6, #2a8e9d);
}

Rugged Teal color palette created on .