Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.techno-turquoise {
color: #5abf8e;
}
.highlighter-yellow {
color: #f3e13f;
}
.royal-blush {
color: #f76e50;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--techno-turquoise:#5abf8e;
--highlighter-yellow:#f3e13f;
--royal-blush:#f76e50;
--bacon-strips:#e13e33;
}