Color names in this palette
CSS code for this palette
/* CSS */
.oxford-blue {
color: #001f4d;
}
.atmosphere {
color: #0096e0;
}
.billiard {
color: #00b3a4;
}
.banana-boat {
color: #ffca38;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--oxford-blue:#001f4d;
--atmosphere:#0096e0;
--billiard:#00b3a4;
--banana-boat:#ffca38;
--poppy-surprise:#ff5833;
}