Color names in this palette
CSS code for this palette
/* CSS */
.cry-of-a-rose {
color: #b63a5b;
}
.muted-pink {
color: #d17a90;
}
.squid-pink {
color: #f9b4bf;
}
.simply-delicious {
color: #fcd3c0;
}
.tunisian-stone {
color: #ffdfb3;
}
/* CSS Variables */
:root {
--cry-of-a-rose:#b63a5b;
--muted-pink:#d17a90;
--squid-pink:#f9b4bf;
--simply-delicious:#fcd3c0;
--tunisian-stone:#ffdfb3;
}