Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f4060;
}
.ocean-call {
color: #29698e;
}
.bachelor-button {
color: #49b9d4;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--sir-edmund:#1f4060;
--ocean-call:#29698e;
--bachelor-button:#49b9d4;
--apricot-glazed-chicken:#f5a524;
--kacey-s-pink:#e94e77;
}