Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a9c6ef;
}
.hopeful {
color: #f1d5e1;
}
.classic-rose {
color: #f7caec;
}
.yellow-trumpet {
color: #f9da8b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--island-light:#a9c6ef;
--hopeful:#f1d5e1;
--classic-rose:#f7caec;
--yellow-trumpet:#f9da8b;
--grapefruit-pulp:#ff6e61;
}