Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunset-over-the-alps {
color: #ffab8a;
}
.mouse-nose {
color: #ffe4b3;
}
.squeaky {
color: #6cc4d5;
}
.blue-damselfly {
color: #2e9cdc;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunset-over-the-alps:#ffab8a;
--mouse-nose:#ffe4b3;
--squeaky:#6cc4d5;
--blue-damselfly:#2e9cdc;
}