Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c1e3f;
}
.antilles-blue {
color: #3a5f8d;
}
.durban-sky {
color: #5b8c9a;
}
.chapel-blue {
color: #b0d2e8;
}
.sango-red {
color: #f2634a;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c1e3f;
--antilles-blue:#3a5f8d;
--durban-sky:#5b8c9a;
--chapel-blue:#b0d2e8;
--sango-red:#f2634a;
}