Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1d408b;
}
.palace-blue {
color: #3976c0;
}
.norfolk-sky {
color: #6cb8e4;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1d408b;
--palace-blue:#3976c0;
--norfolk-sky:#6cb8e4;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}