Color names in this palette
CSS code for this palette
/* CSS */
.grape-blue {
color: #1f4b70;
}
.national-anthem {
color: #3e6e98;
}
.wandering-river {
color: #6ea6c9;
}
.terrace-pool {
color: #a1d7e3;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--grape-blue:#1f4b70;
--national-anthem:#3e6e98;
--wandering-river:#6ea6c9;
--terrace-pool:#a1d7e3;
--shrimp-cocktail:#f4a462;
}