Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f5b2b3;
}
.apricot-gelato {
color: #f7d5b0;
}
.majestic-treasures {
color: #f1eaa2;
}
.lolly-ice {
color: #a6d9d3;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--precious-pink:#f5b2b3;
--apricot-gelato:#f7d5b0;
--majestic-treasures:#f1eaa2;
--lolly-ice:#a6d9d3;
--sweet-dreams:#9fc4e9;
}