Color names in this palette
CSS code for this palette
/* CSS */
.poppy-surprise {
color: #ff5833;
}
.vibrant-honey {
color: #ffbe33;
}
.lush-greenery {
color: #74ff33;
}
.aurichalcite {
color: #33ffd6;
}
.hailey-blue {
color: #3374ff;
}
/* CSS Variables */
:root {
--poppy-surprise:#ff5833;
--vibrant-honey:#ffbe33;
--lush-greenery:#74ff33;
--aurichalcite:#33ffd6;
--hailey-blue:#3374ff;
}