Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3b7d8c;
}
.key-largo {
color: #7ab8a4;
}
.light-spring-burst {
color: #d5e8d4;
}
.fresco-cream {
color: #f8c9a5;
}
.melondrama {
color: #f07d70;
}
/* CSS Variables */
:root {
--larkspur:#3b7d8c;
--key-largo:#7ab8a4;
--light-spring-burst:#d5e8d4;
--fresco-cream:#f8c9a5;
--melondrama:#f07d70;
}