Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4d74;
}
.seachange {
color: #3b8b9b;
}
.cockatoo {
color: #5dc6b8;
}
.flame-seal {
color: #f3e158;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4d74;
--seachange:#3b8b9b;
--cockatoo:#5dc6b8;
--flame-seal:#f3e158;
--breeze-of-chilli:#f76e6e;
}