Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1d408c;
}
.seabrook {
color: #4a7bb0;
}
.bliss-blue {
color: #7bc5e0;
}
.nacho {
color: #ffcb5c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1d408c;
--seabrook:#4a7bb0;
--bliss-blue:#7bc5e0;
--nacho:#ffcb5c;
--grapefruit-pulp:#ff6e61;
}