Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6dc2df;
}
.vic-20-green {
color: #8fdc90;
}
.light-sh-shin-yellow {
color: #f5e87f;
}
.shrimp-cocktail {
color: #f4a462;
}
.pimento {
color: #da5f49;
}
/* CSS Variables */
:root {
--candid-blue:#6dc2df;
--vic-20-green:#8fdc90;
--light-sh-shin-yellow:#f5e87f;
--shrimp-cocktail:#f4a462;
--pimento:#da5f49;
}