Color names in this palette
CSS code for this palette
/* CSS */
.st-patrick-s-blue {
color: #1f2a7a;
}
.azraq-blue {
color: #4a6bbf;
}
.greek-sea {
color: #6ca4e0;
}
.syndicalist {
color: #f5c400;
}
.extreme-carrot {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--st-patrick-s-blue:#1f2a7a;
--azraq-blue:#4a6bbf;
--greek-sea:#6ca4e0;
--syndicalist:#f5c400;
--extreme-carrot:#ff6d2e;
}