Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd0e0;
}
.brain-pink {
color: #f1b2b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.apricot-obsession {
color: #f9c3b4;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd0e0;
--brain-pink:#f1b2b1;
--creamy-sweet-corn:#f9c54e;
--apricot-obsession:#f9c3b4;
--candy-heart-pink:#f6a2a2;
}