Color names in this palette
CSS code for this palette
/* CSS */
.mega-blue {
color: #3a6ea6;
}
.madonna-blue {
color: #70b4d2;
}
.lolly-ice {
color: #a6d8d0;
}
.martica {
color: #f3e4b9;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--mega-blue:#3a6ea6;
--madonna-blue:#70b4d2;
--lolly-ice:#a6d8d0;
--martica:#f3e4b9;
--blue-angels-yellow:#fab700;
}