Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1c3f5a;
}
.blue-flag {
color: #3a4e73;
}
.great-basin {
color: #5b6e8b;
}
.dancing-in-the-rain {
color: #aac6d5;
}
.biscuit-cream {
color: #f7c9b6;
}
/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--blue-flag:#3a4e73;
--great-basin:#5b6e8b;
--dancing-in-the-rain:#aac6d5;
--biscuit-cream:#f7c9b6;
}