Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.citrus-sachet {
color: #f1c6a7;
}
.buttery-croissant {
color: #f2df9c;
}
.aqua-island {
color: #a3d7d7;
}
.aero {
color: #7fb4e6;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--citrus-sachet:#f1c6a7;
--buttery-croissant:#f2df9c;
--aqua-island:#a3d7d7;
--aero:#7fb4e6;
}