Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.zenith {
color: #4b7ea0;
}
.tropez-blue {
color: #75b8c7;
}
.french-vanilla {
color: #f1e2a7;
}
.sugar-poppy {
color: #e58080;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--zenith:#4b7ea0;
--tropez-blue:#75b8c7;
--french-vanilla:#f1e2a7;
--sugar-poppy:#e58080;
}