Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.milky-way {
color: #e4f3f7;
}
.vanilla {
color: #f3e4aa;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.be-my-valentine {
color: #e9a0c1;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--milky-way:#e4f3f7;
--vanilla:#f3e4aa;
--sullivan-s-heart:#f7c5d5;
--be-my-valentine:#e9a0c1;
}