Color names in this palette
CSS code for this palette
/* CSS */
.broom-butterfly-blue {
color: #69b1d8;
}
.aquarium-blue {
color: #68d4a9;
}
.yellow-currant {
color: #f7c76e;
}
.chat-orange {
color: #f79c40;
}
.liseran-purple {
color: #d76a9d;
}
/* CSS Variables */
:root {
--broom-butterfly-blue:#69b1d8;
--aquarium-blue:#68d4a9;
--yellow-currant:#f7c76e;
--chat-orange:#f79c40;
--liseran-purple:#d76a9d;
}