Color names in this palette
CSS code for this palette
/* CSS */
.hydrangea-red {
color: #a41e4d;
}
.hot-orange {
color: #f48d3e;
}
.lazy-daisy {
color: #f9eba4;
}
.yucca-cream {
color: #a4dac8;
}
.blue-dart-frog {
color: #3c7e9a;
}
/* CSS Variables */
:root {
--hydrangea-red:#a41e4d;
--hot-orange:#f48d3e;
--lazy-daisy:#f9eba4;
--yucca-cream:#a4dac8;
--blue-dart-frog:#3c7e9a;
}