Color names in this palette
CSS code for this palette
/* CSS */
.light-sh-rei-red {
color: #d51a21;
}
.riviera-sand {
color: #e0c69f;
}
.nevada-sky {
color: #a2d5e6;
}
.basil-smash {
color: #b1e9a0;
}
.druid-green {
color: #3d6b29;
}
/* CSS Variables */
:root {
--light-sh-rei-red:#d51a21;
--riviera-sand:#e0c69f;
--nevada-sky:#a2d5e6;
--basil-smash:#b1e9a0;
--druid-green:#3d6b29;
}