Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.indigo-navy-blue {
color: #4f6187;
}
.blue-intrigue {
color: #7b7f9d;
}
.goldsmith {
color: #efb74d;
}
.safflower-scarlet {
color: #e83c2c;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--indigo-navy-blue:#4f6187;
--blue-intrigue:#7b7f9d;
--goldsmith:#efb74d;
--safflower-scarlet:#e83c2c;
}