Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b74e4e;
}
.ogryn-wash {
color: #d0a04e;
}
.gold-gleam {
color: #d0b64e;
}
.mint-jelly {
color: #4ed0a0;
}
.blue-grotto {
color: #4ea0d0;
}
/* CSS Variables */
:root {
--enticing-red:#b74e4e;
--ogryn-wash:#d0a04e;
--gold-gleam:#d0b64e;
--mint-jelly:#4ed0a0;
--blue-grotto:#4ea0d0;
}