/* CSS */
.color-1 {
color: #F8CAA5;
}
.color-2 {
color: #E2A64B;
}
.color-3 {
color: #C94B3B;
}
.color-4 {
color: #7D2C4C;
}
.color-5 {
color: #6C5B8B;
}
/* CSS Variables */
:root {
--color-1: #F8CAA5;
--color-2: #E2A64B;
--color-3: #C94B3B;
--color-4: #7D2C4C;
--color-5: #6C5B8B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F8CAA5, #E2A64B, #C94B3B, #7D2C4C, #6C5B8B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F8CAA5, #E2A64B, #C94B3B, #7D2C4C, #6C5B8B);
}
Ravishing Bridal Elegance color palette created on .