Color names in this palette
CSS code for this palette
/* CSS */
.squid-pink {
color: #f9b4bf;
}
.sweetheart {
color: #f1c1d6;
}
.rosecco {
color: #eab8e3;
}
.barely-bloomed {
color: #d8a7e2;
}
.lavender-cream {
color: #bda1e8;
}
/* CSS Variables */
:root {
--squid-pink:#f9b4bf;
--sweetheart:#f1c1d6;
--rosecco:#eab8e3;
--barely-bloomed:#d8a7e2;
--lavender-cream:#bda1e8;
}