Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.waddles-pink {
color: #f1a7ca;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.tropic-tide {
color: #6dc5b8;
}
.pineapple-delight {
color: #f1e6a7;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--waddles-pink:#f1a7ca;
--chefchaouen-blue:#a6d2e8;
--tropic-tide:#6dc5b8;
--pineapple-delight:#f1e6a7;
}