Color names in this palette
CSS code for this palette
/* CSS */
.persian-jewel {
color: #6b80bd;
}
.blueberry-patch {
color: #5f709b;
}
.mauve-mist {
color: #c3a0d4;
}
.holiday-road {
color: #b2d1e1;
}
.lake-stream {
color: #3c6886;
}
/* CSS Variables */
:root {
--persian-jewel:#6b80bd;
--blueberry-patch:#5f709b;
--mauve-mist:#c3a0d4;
--holiday-road:#b2d1e1;
--lake-stream:#3c6886;
}