Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3f7d92;
}
.veranda-blue {
color: #66b2b0;
}
.aqua-island {
color: #a4dad7;
}
.majestic-treasures {
color: #f2e7a1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--larkspur:#3f7d92;
--veranda-blue:#66b2b0;
--aqua-island:#a4dad7;
--majestic-treasures:#f2e7a1;
--creamy-sweet-corn:#f9c54e;
}