Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.fired-up {
color: #d57a39;
}
.cyclamen-red {
color: #a95b8b;
}
.pure-mauve {
color: #6e5091;
}
.blue-dart-frog {
color: #3a7d9c;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--fired-up:#d57a39;
--cyclamen-red:#a95b8b;
--pure-mauve:#6e5091;
--blue-dart-frog:#3a7d9c;
}