Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d4a5c8;
}
.venetian-rose {
color: #f0c7e2;
}
.apricot-gelato {
color: #f6d6b1;
}
.spring-yellow {
color: #f3e77c;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--berry-popsicle:#d4a5c8;
--venetian-rose:#f0c7e2;
--apricot-gelato:#f6d6b1;
--spring-yellow:#f3e77c;
--mad-for-mango:#f5a300;
}