Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4e7b;
}
.magic-blue {
color: #3c8eaa;
}
.delicate-girl-blue {
color: #65b2c8;
}
.ice-crystal-blue {
color: #a5e3e0;
}
.honey-yogurt-popsicles {
color: #f3f0d8;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4e7b;
--magic-blue:#3c8eaa;
--delicate-girl-blue:#65b2c8;
--ice-crystal-blue:#a5e3e0;
--honey-yogurt-popsicles:#f3f0d8;
}