Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.antique-cameo {
color: #f0baa3;
}
.new-clay {
color: #f1c1b6;
}
.iced-celery {
color: #e1e8b5;
}
.glenwood-green {
color: #a4d5b6;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--antique-cameo:#f0baa3;
--new-clay:#f1c1b6;
--iced-celery:#e1e8b5;
--glenwood-green:#a4d5b6;
}