Color names in this palette
CSS code for this palette
/* CSS */
.purple-gladiola {
color: #c1a6d3;
}
.scotch-thistle {
color: #9b6b9e;
}
.cabbage-blossom-violet {
color: #6f4c7b;
}
.crown-jewel {
color: #502c5e;
}
.throat {
color: #2c1f3d;
}
/* CSS Variables */
:root {
--purple-gladiola:#c1a6d3;
--scotch-thistle:#9b6b9e;
--cabbage-blossom-violet:#6f4c7b;
--crown-jewel:#502c5e;
--throat:#2c1f3d;
}