Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.first-peach {
color: #f4c8c8;
}
.majestic-treasures {
color: #f1eaa7;
}
.light-blue-glint {
color: #a8d3e1;
}
.sky-blue {
color: #a2b2e6;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--first-peach:#f4c8c8;
--majestic-treasures:#f1eaa7;
--light-blue-glint:#a8d3e1;
--sky-blue:#a2b2e6;
}