Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1c3f5a;
}
.ocean-call {
color: #29698e;
}
.aquatic-cool {
color: #47a1b3;
}
.pop-shop {
color: #90d5c1;
}
.anna-banana {
color: #f9d948;
}
/* CSS Variables */
:root {
--capital-blue:#1c3f5a;
--ocean-call:#29698e;
--aquatic-cool:#47a1b3;
--pop-shop:#90d5c1;
--anna-banana:#f9d948;
}