Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.shrimp-boat {
color: #f4bf9a;
}
.yellow-jasmine {
color: #f1eaac;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.aero {
color: #7dbae8;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--shrimp-boat:#f4bf9a;
--yellow-jasmine:#f1eaac;
--touch-of-turquoise:#a2d7cf;
--aero:#7dbae8;
}