Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.hello-summer {
color: #5abbf6;
}
.silverpine-cyan {
color: #8de2f7;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--hello-summer:#5abbf6;
--silverpine-cyan:#8de2f7;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}