Color names in this palette
CSS code for this palette
/* CSS */
.luna-moona {
color: #6ec1c4;
}
.glenwood-green {
color: #a7d3b7;
}
.dilly-dally {
color: #f3df5e;
}
.roseberry {
color: #f7a8a1;
}
.blush-hour {
color: #fc6e92;
}
/* CSS Variables */
:root {
--luna-moona:#6ec1c4;
--glenwood-green:#a7d3b7;
--dilly-dally:#f3df5e;
--roseberry:#f7a8a1;
--blush-hour:#fc6e92;
}