Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #dab3e6;
}
.simply-violet {
color: #a4a3e1;
}
.kindred {
color: #6ea0d8;
}
.heirloom-hydrangea {
color: #3a7bcb;
}
.oceanic-motion {
color: #1d5a86;
}
/* CSS Variables */
:root {
--pretty-petunia:#dab3e6;
--simply-violet:#a4a3e1;
--kindred:#6ea0d8;
--heirloom-hydrangea:#3a7bcb;
--oceanic-motion:#1d5a86;
}