Color names in this palette
CSS code for this palette
/* CSS */
.clear-night-sky {
color: #1c4f82;
}
.aqueous {
color: #3b8c97;
}
.tropic-turquoise {
color: #68b1a1;
}
.limelight {
color: #f1e46a;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--clear-night-sky:#1c4f82;
--aqueous:#3b8c97;
--tropic-turquoise:#68b1a1;
--limelight:#f1e46a;
--mad-for-mango:#f5a300;
}