Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c203b;
}
.beaded-blue {
color: #4a4e8c;
}
.sea-loch {
color: #6e99cf;
}
.pale-petunia {
color: #f7c0c7;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c203b;
--beaded-blue:#4a4e8c;
--sea-loch:#6e99cf;
--pale-petunia:#f7c0c7;
--old-yella:#ffec99;
}