Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.adrift {
color: #4b8e9b;
}
.lifeboat-blue {
color: #7fb5b8;
}
.sandy {
color: #f1da7e;
}
.brewed-mustard {
color: #e58061;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--adrift:#4b8e9b;
--lifeboat-blue:#7fb5b8;
--sandy:#f1da7e;
--brewed-mustard:#e58061;
}