Color names in this palette
CSS code for this palette
/* CSS */
.iced-aqua {
color: #a5d8d9;
}
.first-date {
color: #f4b69f;
}
.cheddar-corn {
color: #f6d6b6;
}
.tequila {
color: #f4cba4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--iced-aqua:#a5d8d9;
--first-date:#f4b69f;
--cheddar-corn:#f6d6b6;
--tequila:#f4cba4;
--grapefruit-pulp:#ff6e61;
}