Red Velvet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Velvet palette
Red Velvet color palette PNG image
Red Velvet color palette CSS
/* CSS */
.color-1 {
color: #3c1010;
}
.color-2 {
color: #8c1d1d;
}
.color-3 {
color: #c73d3d;
}
.color-4 {
color: #e96d6d;
}
.color-5 {
color: #f5a8a8;
}
/* CSS Variables */
:root {
--color-1: #3c1010;
--color-2: #8c1d1d;
--color-3: #c73d3d;
--color-4: #e96d6d;
--color-5: #f5a8a8;
}
Red Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1010, #8c1d1d, #c73d3d, #e96d6d, #f5a8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1010, #8c1d1d, #c73d3d, #e96d6d, #f5a8a8);
}
Similar color palettes
Red Velvet color palette created on .