Bender Bending Rodriguez Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bender Bending Rodriguez palette

Share this palette to:

Bender Bending Rodriguez color palette PNG image

Download bender bending rodriguez color palette PNG image (landscape)
Download bender bending rodriguez color palette PNG image (square)

Bender Bending Rodriguez color palette CSS

/* CSS */
.color-1 {
color: #d9513f;
}
.color-2 {
color: #f6ca51;
}
.color-3 {
color: #7bc43b;
}
.color-4 {
color: #3c903c;
}
.color-5 {
color: #4e6db1;
}

/* CSS Variables */
:root {
--color-1: #d9513f;
--color-2: #f6ca51;
--color-3: #7bc43b;
--color-4: #3c903c;
--color-5: #4e6db1;
}

Bender Bending Rodriguez background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9513f, #f6ca51, #7bc43b, #3c903c, #4e6db1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9513f, #f6ca51, #7bc43b, #3c903c, #4e6db1);
}

Bender Bending Rodriguez color palette created on .