Color names in this palette
CSS code for this palette
/* CSS */
.sandy-bay {
color: #f9d6b4;
}
.princess {
color: #f1a7b4;
}
.amaranth {
color: #e571b5;
}
.love-priestess {
color: #c45dd0;
}
.fuchsia-blue {
color: #7b4bbe;
}
/* CSS Variables */
:root {
--sandy-bay:#f9d6b4;
--princess:#f1a7b4;
--amaranth:#e571b5;
--love-priestess:#c45dd0;
--fuchsia-blue:#7b4bbe;
}