Color names in this palette
CSS code for this palette
/* CSS */
.squid-pink {
color: #f7b6bf;
}
.pink-blush {
color: #f6acb5;
}
.fugitive-flamingo {
color: #f665ab;
}
.philippine-pink {
color: #f5148c;
}
.bramble-jam {
color: #c2147f;
}
/* CSS Variables */
:root {
--squid-pink:#f7b6bf;
--pink-blush:#f6acb5;
--fugitive-flamingo:#f665ab;
--philippine-pink:#f5148c;
--bramble-jam:#c2147f;
}