Color names in this palette
CSS code for this palette
/* CSS */
.garish-green {
color: #4abf8c;
}
.blue-chrysocolla {
color: #77b7d4;
}
.vanilla-pudding {
color: #f3e66d;
}
.celosia-orange {
color: #e56938;
}
.french-rose {
color: #f54d8d;
}
/* CSS Variables */
:root {
--garish-green:#4abf8c;
--blue-chrysocolla:#77b7d4;
--vanilla-pudding:#f3e66d;
--celosia-orange:#e56938;
--french-rose:#f54d8d;
}