Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1bf;
}
.dream-land {
color: #e4b3e6;
}
.chefchaouen-blue {
color: #a1d4e8;
}
.basil-smash {
color: #b8e4a0;
}
.enjoyable-yellow {
color: #f6d5a7;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1bf;
--dream-land:#e4b3e6;
--chefchaouen-blue:#a1d4e8;
--basil-smash:#b8e4a0;
--enjoyable-yellow:#f6d5a7;
}