Deep Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Red palette

Share this palette to:

Deep Red color palette CSS

/* CSS */
.color-1 {
color: #4d0f1a;
}
.color-2 {
color: #9b1c25;
}
.color-3 {
color: #a85d7b;
}
.color-4 {
color: #c8a3b4;
}
.color-5 {
color: #e5c2c8;
}

/* CSS Variables */
:root {
--color-1: #4d0f1a;
--color-2: #9b1c25;
--color-3: #a85d7b;
--color-4: #c8a3b4;
--color-5: #e5c2c8;
}

Deep Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f1a, #9b1c25, #a85d7b, #c8a3b4, #e5c2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f1a, #9b1c25, #a85d7b, #c8a3b4, #e5c2c8);
}

Deep Red color palette created on .