Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1b3b5a;
}
.berry-pie {
color: #4e6e8d;
}
.lagoon-blue {
color: #7da3b5;
}
.wingsuit-wind {
color: #b7d7d2;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--regal-blue:#1b3b5a;
--berry-pie:#4e6e8d;
--lagoon-blue:#7da3b5;
--wingsuit-wind:#b7d7d2;
--american-yellow:#f5b400;
}