Red Revolution Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Revolution palette

Share this palette to:

Red Revolution color palette CSS

/* CSS */
.color-1 {
color: #a52c2e;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #3c8a8b;
}
.color-4 {
color: #efc15d;
}
.color-5 {
color: #c54d34;
}

/* CSS Variables */
:root {
--color-1: #a52c2e;
--color-2: #f5c400;
--color-3: #3c8a8b;
--color-4: #efc15d;
--color-5: #c54d34;
}

Red Revolution background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a52c2e, #f5c400, #3c8a8b, #efc15d, #c54d34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a52c2e, #f5c400, #3c8a8b, #efc15d, #c54d34);
}

Red Revolution color palette created on .