Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3c4e90;
}
.indigo-light {
color: #687aca;
}
.myrtle-flower {
color: #9eb2e5;
}
.sweetheart {
color: #f1c6d9;
}
.tango-pink {
color: #e47f7c;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3c4e90;
--indigo-light:#687aca;
--myrtle-flower:#9eb2e5;
--sweetheart:#f1c6d9;
--tango-pink:#e47f7c;
}