Shades of Red and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red and Purple palette
Shades of Red and Purple color palette CSS
/* CSS */
.color-1 {
color: #401214;
}
.color-2 {
color: #ac3e46;
}
.color-3 {
color: #67324b;
}
.color-4 {
color: #9e7688;
}
.color-5 {
color: #d8acb4;
}
/* CSS Variables */
:root {
--color-1: #401214;
--color-2: #ac3e46;
--color-3: #67324b;
--color-4: #9e7688;
--color-5: #d8acb4;
}
Shades of Red and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #401214, #ac3e46, #67324b, #9e7688, #d8acb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #401214, #ac3e46, #67324b, #9e7688, #d8acb4);
}
Similar color palettes
Scroll down to explore 1 Darkred color palette
Shades of Red and Purple color palette created on .