Color names in this palette
CSS code for this palette
/* CSS */
.oilcloth-green {
color: #84c28d;
}
.mint-cocktail-green {
color: #b3e6b3;
}
.casino-lights {
color: #f7f6b6;
}
.citrus-honey {
color: #f6b96f;
}
.salmon-pok-bowl {
color: #f67979;
}
/* CSS Variables */
:root {
--oilcloth-green:#84c28d;
--mint-cocktail-green:#b3e6b3;
--casino-lights:#f7f6b6;
--citrus-honey:#f6b96f;
--salmon-pok-bowl:#f67979;
}