Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a7dae6;
}
.athena-pink {
color: #e8b0c4;
}
.lion-cub {
color: #f8caa5;
}
.sunkissed-yellow {
color: #ffebb8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--havana-blue:#a7dae6;
--athena-pink:#e8b0c4;
--lion-cub:#f8caa5;
--sunkissed-yellow:#ffebb8;
--grapefruit-pulp:#ff6e61;
}