Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1c4a87;
}
.storm-blue {
color: #4f7a9c;
}
.grey-blue {
color: #78a0b5;
}
.celtic-spring {
color: #a8e1b4;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1c4a87;
--storm-blue:#4f7a9c;
--grey-blue:#78a0b5;
--celtic-spring:#a8e1b4;
--maximum-yellow-red:#f1b74b;
}