Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1e3c6b;
}
.boat-house {
color: #4a8bba;
}
.norfolk-sky {
color: #6ebfe7;
}
.pale-banana {
color: #f6e48e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--blue-mosque:#1e3c6b;
--boat-house:#4a8bba;
--norfolk-sky:#6ebfe7;
--pale-banana:#f6e48e;
--creamy-sweet-corn:#f9c54e;
}