Red Velvet Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Velvet Shades palette

Share this palette to:

Red Velvet Shades color palette CSS

/* CSS */
.color-1 {
color: #a8001c;
}
.color-2 {
color: #d62e3f;
}
.color-3 {
color: #e86969;
}
.color-4 {
color: #f5aaa3;
}
.color-5 {
color: #fbc3c1;
}

/* CSS Variables */
:root {
--color-1: #a8001c;
--color-2: #d62e3f;
--color-3: #e86969;
--color-4: #f5aaa3;
--color-5: #fbc3c1;
}

Red Velvet Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8001c, #d62e3f, #e86969, #f5aaa3, #fbc3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8001c, #d62e3f, #e86969, #f5aaa3, #fbc3c1);
}

Red Velvet Shades color palette created on .