Color names in this palette
CSS code for this palette
/* CSS */
.pina-colada {
color: #f4dfb4;
}
.ginger-shortbread {
color: #e3cfc4;
}
.sunday-gloves {
color: #d5b9d3;
}
.ice-cold-stare {
color: #b3d9ff;
}
.sea-glass-teal {
color: #a2e6da;
}
/* CSS Variables */
:root {
--pina-colada:#f4dfb4;
--ginger-shortbread:#e3cfc4;
--sunday-gloves:#d5b9d3;
--ice-cold-stare:#b3d9ff;
--sea-glass-teal:#a2e6da;
}