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: #d60032;
}
.color-2 {
color: #ff3d5a;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff3d5a;
--color-3: #ff7092;
--color-4: #000000;
--color-5: #7a7a7a;
}
Red Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff3d5a, #ff7092, #000000, #7a7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff3d5a, #ff7092, #000000, #7a7a7a);
}
Similar color palettes
Red Velvet color palette created on .