Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2af;
}
.in-the-pink {
color: #f3c4d3;
}
.blackberry-yogurt {
color: #e6b7e6;
}
.innocent-snowdrop {
color: #d2c7ff;
}
.atlantic-ocean {
color: #a8d6e6;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2af;
--in-the-pink:#f3c4d3;
--blackberry-yogurt:#e6b7e6;
--innocent-snowdrop:#d2c7ff;
--atlantic-ocean:#a8d6e6;
}