Color names in this palette
CSS code for this palette
/* CSS */
.feminine-fancy {
color: #c5a5d5;
}
.jubilee {
color: #7d5c99;
}
.sea-cliff {
color: #a9c8e0;
}
.cool-cantaloupe {
color: #f2d2ca;
}
.mystic-tulip {
color: #f9b49f;
}
/* CSS Variables */
:root {
--feminine-fancy:#c5a5d5;
--jubilee:#7d5c99;
--sea-cliff:#a9c8e0;
--cool-cantaloupe:#f2d2ca;
--mystic-tulip:#f9b49f;
}