Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.eau-de-rose {
color: #e6b7d3;
}
.venetian-yellow {
color: #f7e1a1;
}
.orange-grove {
color: #fbaf8e;
}
.basketball {
color: #f46d2f;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--eau-de-rose:#e6b7d3;
--venetian-yellow:#f7e1a1;
--orange-grove:#fbaf8e;
--basketball:#f46d2f;
}