Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f8ca49;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.capocollo {
color: #d8544f;
}
.azurean {
color: #5abfdd;
}
.murasaki-purple {
color: #8c3f9d;
}
/* CSS Variables */
:root {
--sunny-mood:#f8ca49;
--apricot-glazed-chicken:#f5a524;
--capocollo:#d8544f;
--azurean:#5abfdd;
--murasaki-purple:#8c3f9d;
}