Color names in this palette
CSS code for this palette
/* CSS */
.drive-in-cherry {
color: #a92d2d;
}
.brassy {
color: #d5b02a;
}
.mountain-bluebird {
color: #499bc1;
}
.celtic-rush {
color: #2d4a5c;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--drive-in-cherry:#a92d2d;
--brassy:#d5b02a;
--mountain-bluebird:#499bc1;
--celtic-rush:#2d4a5c;
--white-smoke:#f5f5f5;
}