/* CSS */
.color-1 {
color: #9C2B2B;
}
.color-2 {
color: #B05454;
}
.color-3 {
color: #D18080;
}
.color-4 {
color: #E2B6B6;
}
.color-5 {
color: #F1D0D0;
}
/* CSS Variables */
:root {
--color-1: #9C2B2B;
--color-2: #B05454;
--color-3: #D18080;
--color-4: #E2B6B6;
--color-5: #F1D0D0;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9C2B2B, #B05454, #D18080, #E2B6B6, #F1D0D0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9C2B2B, #B05454, #D18080, #E2B6B6, #F1D0D0);
}
Rustic Rosewood color palette created on .