Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a6c1;
}
.venetian-rose {
color: #f0c7e0;
}
.pretty-petunia {
color: #d9b3e0;
}
.chefchaouen-blue {
color: #a1d0e8;
}
.candid-blue {
color: #6bc3e6;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a6c1;
--venetian-rose:#f0c7e0;
--pretty-petunia:#d9b3e0;
--chefchaouen-blue:#a1d0e8;
--candid-blue:#6bc3e6;
}