Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3e7b8e;
}
.miami-teal {
color: #6cc6b4;
}
.lusty-salmon {
color: #efb2a9;
}
.barbarian {
color: #f68d60;
}
.flirty-rose {
color: #d75b8a;
}
/* CSS Variables */
:root {
--larkspur:#3e7b8e;
--miami-teal:#6cc6b4;
--lusty-salmon:#efb2a9;
--barbarian:#f68d60;
--flirty-rose:#d75b8a;
}