Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4f79;
}
.pagoda-blue {
color: #1e7d94;
}
.midwinter-mist {
color: #a4d2da;
}
.siesta {
color: #f0c5a8;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4f79;
--pagoda-blue:#1e7d94;
--midwinter-mist:#a4d2da;
--siesta:#f0c5a8;
--shrimp-cocktail:#f4a462;
}