Color names in this palette
CSS code for this palette
/* CSS */
.after-work-blue {
color: #1d2a6d;
}
.san-marino {
color: #4b6c9b;
}
.sell-out {
color: #8da1b9;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--after-work-blue:#1d2a6d;
--san-marino:#4b6c9b;
--sell-out:#8da1b9;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}