Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.puffins-bill {
color: #e75d1d;
}
.smooch-rouge {
color: #d6384b;
}
.medium-purple {
color: #9d3f9d;
}
.purple-balloon {
color: #5e5c8a;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--puffins-bill:#e75d1d;
--smooch-rouge:#d6384b;
--medium-purple:#9d3f9d;
--purple-balloon:#5e5c8a;
}