Color names in this palette
CSS code for this palette
/* CSS */
.petal-plush {
color: #e0b2f0;
}
.dried-lilac {
color: #b3c3ff;
}
.parakeet-blue {
color: #80b3ff;
}
.joust-blue {
color: #4da6ff;
}
.pervenche {
color: #0099e6;
}
/* CSS Variables */
:root {
--petal-plush:#e0b2f0;
--dried-lilac:#b3c3ff;
--parakeet-blue:#80b3ff;
--joust-blue:#4da6ff;
--pervenche:#0099e6;
}