Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f7b1b4;
}
.pinenut {
color: #f7d7b6;
}
.majestic-treasures {
color: #f1e9a2;
}
.basil-smash {
color: #b2e3a1;
}
.chefchaouen-blue {
color: #a1d1e8;
}
/* CSS Variables */
:root {
--precious-pink:#f7b1b4;
--pinenut:#f7d7b6;
--majestic-treasures:#f1e9a2;
--basil-smash:#b2e3a1;
--chefchaouen-blue:#a1d1e8;
}