Color names in this palette
CSS code for this palette
/* CSS */
.cute-little-pink {
color: #f5e2e0;
}
.oleander {
color: #f0cbc7;
}
.athena-pink {
color: #e8b0c4;
}
.tiara-pink {
color: #d7a7d1;
}
.viking-diva {
color: #c8b6e2;
}
/* CSS Variables */
:root {
--cute-little-pink:#f5e2e0;
--oleander:#f0cbc7;
--athena-pink:#e8b0c4;
--tiara-pink:#d7a7d1;
--viking-diva:#c8b6e2;
}