Red Velvet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Velvet palette
Red Velvet color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e55f5d;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #f9e2d2;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e55f5d;
--color-3: #f4a462;
--color-4: #f7c6a1;
--color-5: #f9e2d2;
}
Red Velvet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e55f5d, #f4a462, #f7c6a1, #f9e2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e55f5d, #f4a462, #f7c6a1, #f9e2d2);
}
Similar color palettes
Red Velvet color palette created on .