Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.tropic-turquoise {
color: #69b5a1;
}
.eerie-glow {
color: #a5d9b8;
}
.chamois-cloth {
color: #f1e1d0;
}
.brain-pink {
color: #f5b2b2;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--tropic-turquoise:#69b5a1;
--eerie-glow:#a5d9b8;
--chamois-cloth:#f1e1d0;
--brain-pink:#f5b2b2;
}