Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7a91;
}
.aqua-verde {
color: #54b5c0;
}
.turquoise-sea {
color: #6fd1e7;
}
.lemon-ice-yellow {
color: #f4e2a9;
}
.amaranth-pink {
color: #f19dbc;
}
/* CSS Variables */
:root {
--larkspur:#3b7a91;
--aqua-verde:#54b5c0;
--turquoise-sea:#6fd1e7;
--lemon-ice-yellow:#f4e2a9;
--amaranth-pink:#f19dbc;
}