Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f6c1d7;
}
.harmonious-rose {
color: #f49fb7;
}
.honey-butter {
color: #f8d39b;
}
.chefchaouen-blue {
color: #a2d3e7;
}
.venetian-yellow {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--cherry-blossom:#f6c1d7;
--harmonious-rose:#f49fb7;
--honey-butter:#f8d39b;
--chefchaouen-blue:#a2d3e7;
--venetian-yellow:#f7e1a1;
}