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