Color names in this palette
CSS code for this palette
/* CSS */
.kilkenny {
color: #4d8059;
}
.tiki-monster {
color: #8ebf8d;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.moon-rise {
color: #f4f4e7;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--kilkenny:#4d8059;
--tiki-monster:#8ebf8d;
--mint-cocktail-green:#b2e1b3;
--moon-rise:#f4f4e7;
--ucla-gold:#ffb300;
}