Dark Red Velvet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Velvet palette
Dark Red Velvet color palette CSS
/* CSS */
.color-1 {
color: #6d2c30;
}
.color-2 {
color: #a45a4c;
}
.color-3 {
color: #c6a69f;
}
.color-4 {
color: #e7b1b6;
}
.color-5 {
color: #902323;
}
/* CSS Variables */
:root {
--color-1: #6d2c30;
--color-2: #a45a4c;
--color-3: #c6a69f;
--color-4: #e7b1b6;
--color-5: #902323;
}
Dark Red Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c30, #a45a4c, #c6a69f, #e7b1b6, #902323);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c30, #a45a4c, #c6a69f, #e7b1b6, #902323);
}
Similar color palettes
Scroll down to explore 90+ Red color palettes
Dark Red Velvet color palette created on .