Color names in this palette
CSS code for this palette
/* CSS */
.pink-katydid {
color: #ff5ca8;
}
.alexandria {
color: #ff8d70;
}
.decisive-yellow {
color: #ffcc4d;
}
.last-of-lettuce {
color: #a4d869;
}
.lake-thun {
color: #4cc3e1;
}
/* CSS Variables */
:root {
--pink-katydid:#ff5ca8;
--alexandria:#ff8d70;
--decisive-yellow:#ffcc4d;
--last-of-lettuce:#a4d869;
--lake-thun:#4cc3e1;
}