Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.flyway {
color: #5cb1d6;
}
.light-budgie-blue {
color: #9ed5e5;
}
.distressed-white {
color: #f2e6ca;
}
.camel-hair-coat {
color: #f5b680;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--flyway:#5cb1d6;
--light-budgie-blue:#9ed5e5;
--distressed-white:#f2e6ca;
--camel-hair-coat:#f5b680;
}