Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-pheromone {
color: #a847b3;
}
.loveland {
color: #e86d90;
}
.squash-blossom {
color: #f7b83b;
}
.medium-aquamarine {
color: #5ce0b2;
}
.nautical {
color: #304c7e;
}
/* CSS Variables */
:root {
--fuchsia-pheromone:#a847b3;
--loveland:#e86d90;
--squash-blossom:#f7b83b;
--medium-aquamarine:#5ce0b2;
--nautical:#304c7e;
}