Color names in this palette
CSS code for this palette
/* CSS */
.corsair {
color: #1a506b;
}
.mysterious-blue {
color: #3d7c8a;
}
.shylock {
color: #5fb9a4;
}
.golden-sprinkles {
color: #f5d061;
}
.flame-orange {
color: #f78c22;
}
/* CSS Variables */
:root {
--corsair:#1a506b;
--mysterious-blue:#3d7c8a;
--shylock:#5fb9a4;
--golden-sprinkles:#f5d061;
--flame-orange:#f78c22;
}