Color names in this palette
CSS code for this palette
/* CSS */
.st-patrick-s-blue {
color: #1f2a7a;
}
.deep-ultramarine {
color: #3a4b98;
}
.loch-ness {
color: #5d6db6;
}
.portage {
color: #8a9adb;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--st-patrick-s-blue:#1f2a7a;
--deep-ultramarine:#3a4b98;
--loch-ness:#5d6db6;
--portage:#8a9adb;
--american-yellow:#f5b400;
}