Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f4c8d6;
}
.poetic-princess {
color: #f9e1e5;
}
.squid-pink {
color: #f7b6bf;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.minuette {
color: #d67a91;
}
/* CSS Variables */
:root {
--mountain-laurel:#f4c8d6;
--poetic-princess:#f9e1e5;
--squid-pink:#f7b6bf;
--sprinkled-with-pink:#e8a1ae;
--minuette:#d67a91;
}