Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.tory-blue {
color: #3c4d8b;
}
.greek-sea {
color: #70a5e1;
}
.sunny-mood {
color: #f7c94b;
}
.melon-baby {
color: #f27b6e;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--tory-blue:#3c4d8b;
--greek-sea:#70a5e1;
--sunny-mood:#f7c94b;
--melon-baby:#f27b6e;
}