Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-purple {
color: #d7337c;
}
.princess {
color: #f1a7b6;
}
.heirloom-lace {
color: #f6e6d5;
}
.terrace-pool {
color: #a2d9e2;
}
.boat-house {
color: #4e8ebc;
}
/* CSS Variables */
:root {
--fuchsia-purple:#d7337c;
--princess:#f1a7b6;
--heirloom-lace:#f6e6d5;
--terrace-pool:#a2d9e2;
--boat-house:#4e8ebc;
}