Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.coral-bells {
color: #f9c4b9;
}
.flower-centre {
color: #fce5c5;
}
.light-fresh-lime {
color: #e0f7d4;
}
.arctic-paradise {
color: #b6e1f7;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--coral-bells:#f9c4b9;
--flower-centre:#fce5c5;
--light-fresh-lime:#e0f7d4;
--arctic-paradise:#b6e1f7;
}