Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b4dae4;
}
.bleached-bone {
color: #f0d9a8;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b4dae4;
--bleached-bone:#f0d9a8;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}