Vivid Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Red Shades palette

Share this palette to:

Vivid Red Shades color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffcd38;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffcd38;
--color-4: #ffb3c1;
--color-5: #8d43ad;
}

Vivid Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffcd38, #ffb3c1, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffcd38, #ffb3c1, #8d43ad);
}

Vivid Red Shades color palette created on .