Color names in this palette
CSS code for this palette
/* CSS */
.riviera-rose {
color: #f7b1a6;
}
.almond-cream {
color: #f3c4a0;
}
.tamale-maize {
color: #f7e9b6;
}
.ode-to-green {
color: #b9e4d9;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--riviera-rose:#f7b1a6;
--almond-cream:#f3c4a0;
--tamale-maize:#f7e9b6;
--ode-to-green:#b9e4d9;
--ganon-blue:#a1dff7;
}