Color names in this palette
CSS code for this palette
/* CSS */
.rosy-pink {
color: #f76988;
}
.precious-pink {
color: #f4b4b7;
}
.mary-s-rose {
color: #f6d0d4;
}
.cool-aloe {
color: #a4d99b;
}
.blue-chill {
color: #3d8c8f;
}
/* CSS Variables */
:root {
--rosy-pink:#f76988;
--precious-pink:#f4b4b7;
--mary-s-rose:#f6d0d4;
--cool-aloe:#a4d99b;
--blue-chill:#3d8c8f;
}