Color names in this palette
CSS code for this palette
/* CSS */
.medium-sky-blue {
color: #86d7e9;
}
.botanical-tint {
color: #a6e3d8;
}
.yippie-ya-yellow {
color: #f4f7a1;
}
.forsythia-blossom {
color: #f9d66c;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--medium-sky-blue:#86d7e9;
--botanical-tint:#a6e3d8;
--yippie-ya-yellow:#f4f7a1;
--forsythia-blossom:#f9d66c;
--honey-wax:#f9a824;
}