/* CSS */
.color-1 {
color: #C73329;
}
.color-2 {
color: #C94B3B;
}
.color-3 {
color: #D15E47;
}
.color-4 {
color: #D07453;
}
.color-5 {
color: #D1946B;
}
/* CSS Variables */
:root {
--color-1: #C73329;
--color-2: #C94B3B;
--color-3: #D15E47;
--color-4: #D07453;
--color-5: #D1946B;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #C73329, #C94B3B, #D15E47, #D07453, #D1946B);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #C73329, #C94B3B, #D15E47, #D07453, #D1946B);
}Salmon Shades color palette created on .