Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4996e9;
}
.aconite-purple {
color: #7a4eda;
}
.lavender-blossom {
color: #b77bd1;
}
.pink-chalk {
color: #f3a5c0;
}
.jemima {
color: #f7d47e;
}
/* CSS Variables */
:root {
--olympic-blue:#4996e9;
--aconite-purple:#7a4eda;
--lavender-blossom:#b77bd1;
--pink-chalk:#f3a5c0;
--jemima:#f7d47e;
}