Red Spill Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Spill palette

Share this palette to:

Red Spill color palette CSS

/* CSS */
.color-1 {
color: #7a1a1a;
}
.color-2 {
color: #a22a2a;
}
.color-3 {
color: #c84c4c;
}
.color-4 {
color: #e76a6a;
}
.color-5 {
color: #f8a5a5;
}

/* CSS Variables */
:root {
--color-1: #7a1a1a;
--color-2: #a22a2a;
--color-3: #c84c4c;
--color-4: #e76a6a;
--color-5: #f8a5a5;
}

Red Spill background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1a1a, #a22a2a, #c84c4c, #e76a6a, #f8a5a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1a1a, #a22a2a, #c84c4c, #e76a6a, #f8a5a5);
}

Red Spill color palette created on .