Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1b3b5a;
}
.mallard-blue {
color: #3c6377;
}
.yacht-blue {
color: #6a9baf;
}
.light-blue-glint {
color: #a8d3e1;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--regal-blue:#1b3b5a;
--mallard-blue:#3c6377;
--yacht-blue:#6a9baf;
--light-blue-glint:#a8d3e1;
--shrimp-cocktail:#f4a462;
}