Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1e5b8a;
}
.bachelor-button {
color: #4ab8d3;
}
.charlotte {
color: #a4e0e5;
}
.saffron {
color: #f8c930;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--sapphire-lace:#1e5b8a;
--bachelor-button:#4ab8d3;
--charlotte:#a4e0e5;
--saffron:#f8c930;
--entan-red:#e76e50;
}