Color names in this palette
CSS code for this palette
/* CSS */
.safflower-kite {
color: #9a4c3c;
}
.india-trade {
color: #e4a15e;
}
.sunbeam-yellow {
color: #f0d39e;
}
.menthol-green {
color: #9cd3b5;
}
.blue-dart-frog {
color: #3c7e9a;
}
/* CSS Variables */
:root {
--safflower-kite:#9a4c3c;
--india-trade:#e4a15e;
--sunbeam-yellow:#f0d39e;
--menthol-green:#9cd3b5;
--blue-dart-frog:#3c7e9a;
}