Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.bleached-silk {
color: #f2f2f2;
}
.maniac-mansion {
color: #003a5c;
}
.brilliant-blue {
color: #0074b3;
}
.blue-angels-yellow {
color: #fabb00;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--bleached-silk:#f2f2f2;
--maniac-mansion:#003a5c;
--brilliant-blue:#0074b3;
--blue-angels-yellow:#fabb00;
}