Color names in this palette
CSS code for this palette
/* CSS */
.cantaloupe-slice {
color: #fbad79;
}
.chai-latte {
color: #f9c99f;
}
.gumball {
color: #e5b3d1;
}
.light-blue-glint {
color: #a8d3e1;
}
.blue-bay {
color: #5e9dd4;
}
/* CSS Variables */
:root {
--cantaloupe-slice:#fbad79;
--chai-latte:#f9c99f;
--gumball:#e5b3d1;
--light-blue-glint:#a8d3e1;
--blue-bay:#5e9dd4;
}