Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.wisteria {
color: #aa84c8;
}
.plaza-pink {
color: #f3bfc3;
}
.lemon-rose {
color: #f9e9ae;
}
.agrellan-badland {
color: #ffb647;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--wisteria:#aa84c8;
--plaza-pink:#f3bfc3;
--lemon-rose:#f9e9ae;
--agrellan-badland:#ffb647;
}