Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3f7d92;
}
.tropic-turquoise {
color: #69b09f;
}
.sinbad {
color: #a7d7d0;
}
.syndicalist {
color: #f5c400;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--larkspur:#3f7d92;
--tropic-turquoise:#69b09f;
--sinbad:#a7d7d0;
--syndicalist:#f5c400;
--miami-marmalade:#f28e1c;
}