Color names in this palette
CSS code for this palette
/* CSS */
.candy-dreams {
color: #e1b5f2;
}
.light-blue-glint {
color: #a8d3e1;
}
.florida-turquoise {
color: #6bb8b5;
}
.royal-palm {
color: #3f8d88;
}
.blue-tang {
color: #2d4a6c;
}
/* CSS Variables */
:root {
--candy-dreams:#e1b5f2;
--light-blue-glint:#a8d3e1;
--florida-turquoise:#6bb8b5;
--royal-palm:#3f8d88;
--blue-tang:#2d4a6c;
}