Color names in this palette
CSS code for this palette
/* CSS */
.queen-s {
color: #7d6f9b;
}
.lavender-lustre {
color: #8f9ec1;
}
.artesian-pool {
color: #a4c1e0;
}
.frangipane {
color: #f6d4b1;
}
.mystic-tulip {
color: #f6b6a2;
}
/* CSS Variables */
:root {
--queen-s:#7d6f9b;
--lavender-lustre:#8f9ec1;
--artesian-pool:#a4c1e0;
--frangipane:#f6d4b1;
--mystic-tulip:#f6b6a2;
}