Color names in this palette
CSS code for this palette
/* CSS */
.exotic-violet {
color: #e09ed3;
}
.blue-bubble {
color: #a5d6e9;
}
.princess {
color: #f2a6b4;
}
.first-day-of-summer {
color: #f3e69b;
}
.apple-cream {
color: #b6d7a8;
}
/* CSS Variables */
:root {
--exotic-violet:#e09ed3;
--blue-bubble:#a5d6e9;
--princess:#f2a6b4;
--first-day-of-summer:#f3e69b;
--apple-cream:#b6d7a8;
}