Color names in this palette
CSS code for this palette
/* CSS */
.larkspur {
color: #3a7d8d;
}
.pure-turquoise {
color: #77c2c5;
}
.powder-blue {
color: #b1e0e7;
}
.barrel {
color: #f1b46a;
}
.lively-coral {
color: #e77e7e;
}
/* CSS Variables */
:root {
--larkspur:#3a7d8d;
--pure-turquoise:#77c2c5;
--powder-blue:#b1e0e7;
--barrel:#f1b46a;
--lively-coral:#e77e7e;
}