/* CSS */
.color-1 {
color: #6A292A;
}
.color-2 {
color: #D4C9C9;
}
.color-3 {
color: #4A1C1C;
}
.color-4 {
color: #A65E6C;
}
.color-5 {
color: #7B2D30;
}
/* CSS Variables */
:root {
--color-1: #6A292A;
--color-2: #D4C9C9;
--color-3: #4A1C1C;
--color-4: #A65E6C;
--color-5: #7B2D30;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6A292A, #D4C9C9, #4A1C1C, #A65E6C, #7B2D30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6A292A, #D4C9C9, #4A1C1C, #A65E6C, #7B2D30);
}
Red Wine Ash color palette created on .