Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d5b3e5;
}
.foxflower-viola {
color: #a2a8c3;
}
.guilliman-blue {
color: #6b94e6;
}
.raftsman {
color: #3b5b9b;
}
.passionate-blue {
color: #1e3967;
}
/* CSS Variables */
:root {
--pretty-petunia:#d5b3e5;
--foxflower-viola:#a2a8c3;
--guilliman-blue:#6b94e6;
--raftsman:#3b5b9b;
--passionate-blue:#1e3967;
}