Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-blue {
color: #7957c1;
}
.prickly-purple {
color: #a15bb9;
}
.dream-vapor {
color: #cf9ced;
}
.rosecco {
color: #eab8e4;
}
.rose-mallow {
color: #f5a3c7;
}
/* CSS Variables */
:root {
--fuchsia-blue:#7957c1;
--prickly-purple:#a15bb9;
--dream-vapor:#cf9ced;
--rosecco:#eab8e4;
--rose-mallow:#f5a3c7;
}