Color names in this palette
CSS code for this palette
/* CSS */
.antique-ruby {
color: #8a1e2e;
}
.enticing-red {
color: #b84c4e;
}
.corn-maze {
color: #e2a66a;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.corydalis-blue {
color: #a1c6d9;
}
/* CSS Variables */
:root {
--antique-ruby:#8a1e2e;
--enticing-red:#b84c4e;
--corn-maze:#e2a66a;
--ride-off-into-the-sunset:#f3d05e;
--corydalis-blue:#a1c6d9;
}