Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.ashton-blue {
color: #4a7cba;
}
.goluboy-blue {
color: #8cb9e3;
}
.bussell-lace {
color: #e6a3a3;
}
.faded-red {
color: #d44949;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--ashton-blue:#4a7cba;
--goluboy-blue:#8cb9e3;
--bussell-lace:#e6a3a3;
--faded-red:#d44949;
}