Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.andrea-blue {
color: #3c7fd7;
}
.malibu {
color: #6ab8e2;
}
.early-forget-me-not {
color: #b7e6f0;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--andrea-blue:#3c7fd7;
--malibu:#6ab8e2;
--early-forget-me-not:#b7e6f0;
--welcoming-wasp:#f0a800;
}