Color names in this palette
CSS code for this palette
/* CSS */
.esmeralda {
color: #40bf7b;
}
.picton-blue {
color: #5d9ed0;
}
.blair {
color: #a1c0e2;
}
.optimistic-yellow {
color: #f4e1a4;
}
.sullivan-s-heart {
color: #f7c5d5;
}
/* CSS Variables */
:root {
--esmeralda:#40bf7b;
--picton-blue:#5d9ed0;
--blair:#a1c0e2;
--optimistic-yellow:#f4e1a4;
--sullivan-s-heart:#f7c5d5;
}