Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.pink-fit {
color: #f6a7b3;
}
.lavender-cream {
color: #bda1e8;
}
.sweetheart {
color: #f4c3d6;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--pink-fit:#f6a7b3;
--lavender-cream:#bda1e8;
--sweetheart:#f4c3d6;
--hot-aquarelle-pink:#ffb3e0;
}