Vibrant Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Red palette

Share this palette to:

Vibrant Red color palette CSS

/* CSS */
.color-1 {
color: #db9d8f;
}
.color-2 {
color: #a1a0a7;
}
.color-3 {
color: #b8bc8a;
}
.color-4 {
color: #d6c98a;
}
.color-5 {
color: #cb868d;
}

/* CSS Variables */
:root {
--color-1: #db9d8f;
--color-2: #a1a0a7;
--color-3: #b8bc8a;
--color-4: #d6c98a;
--color-5: #cb868d;
}

Vibrant Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db9d8f, #a1a0a7, #b8bc8a, #d6c98a, #cb868d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db9d8f, #a1a0a7, #b8bc8a, #d6c98a, #cb868d);
}

Vibrant Red color palette created on .