Color names in this palette
CSS code for this palette
/* CSS */
.pink-blush {
color: #f6acb7;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.iced-celery {
color: #e1e8b5;
}
.glenwood-green {
color: #a9d1b5;
}
.lightning-bolt-blue {
color: #94b8e0;
}
/* CSS Variables */
:root {
--pink-blush:#f6acb7;
--enjoyable-yellow:#f6d5a7;
--iced-celery:#e1e8b5;
--glenwood-green:#a9d1b5;
--lightning-bolt-blue:#94b8e0;
}