Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c203b;
}
.dive-in {
color: #3e4c89;
}
.della-robbia-blue {
color: #7a9cd1;
}
.break-the-ice {
color: #b2e0f0;
}
.gram-s-hair {
color: #f5f7f9;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c203b;
--dive-in:#3e4c89;
--della-robbia-blue:#7a9cd1;
--break-the-ice:#b2e0f0;
--gram-s-hair:#f5f7f9;
}