Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.tory-blue {
color: #3b4f8c;
}
.purple-hyacinth {
color: #6e8dbf;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--tory-blue:#3b4f8c;
--purple-hyacinth:#6e8dbf;
--chefchaouen-blue:#a6d2e8;
--apricot-glazed-chicken:#f5a524;
}