Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.ocean-call {
color: #2d6a8b;
}
.green-grapple {
color: #3bb5b3;
}
.mint-jelly {
color: #4ce1a5;
}
.cente-tl-yellow {
color: #f7e478;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--ocean-call:#2d6a8b;
--green-grapple:#3bb5b3;
--mint-jelly:#4ce1a5;
--cente-tl-yellow:#f7e478;
}