Burnt Rubber Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Burnt Rubber Elegance palette

Share this palette to:

Burnt Rubber Elegance color palette PNG image

Download burnt rubber elegance color palette PNG image (landscape)
Download burnt rubber elegance color palette PNG image (square)

Burnt Rubber Elegance color palette CSS

/* CSS */
.color-1 {
color: #004d45;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #c3ff00;
}
.color-4 {
color: #881b2a;
}
.color-5 {
color: #4a4a4a;
}

/* CSS Variables */
:root {
--color-1: #004d45;
--color-2: #d4af35;
--color-3: #c3ff00;
--color-4: #881b2a;
--color-5: #4a4a4a;
}

Burnt Rubber Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004d45, #d4af35, #c3ff00, #881b2a, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004d45, #d4af35, #c3ff00, #881b2a, #4a4a4a);
}

Burnt Rubber Elegance color palette created on .