Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.siesta-sands {
color: #f1e6df;
}
.yahoo {
color: #f9bea9;
}
.millennial-pink {
color: #f6c8c1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--siesta-sands:#f1e6df;
--yahoo:#f9bea9;
--millennial-pink:#f6c8c1;
--shrimp-cocktail:#f4a462;
}