Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.queen-s {
color: #7d6f9b;
}
.pixieland {
color: #b6a8c7;
}
.frangipane {
color: #f3d5b4;
}
.siesta-rose {
color: #ef7b7b;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--queen-s:#7d6f9b;
--pixieland:#b6a8c7;
--frangipane:#f3d5b4;
--siesta-rose:#ef7b7b;
}