Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.lime-bright {
color: #f3e4af;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
.tandoori {
color: #b95c50;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--lime-bright:#f3e4af;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
--tandoori:#b95c50;
}