Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5c4f8c;
}
.radiant-orchid {
color: #a65e9b;
}
.welcoming-wasp {
color: #f0a800;
}
.techno-turquoise {
color: #5dbb8c;
}
.rainy-lake {
color: #3e6a8e;
}
/* CSS Variables */
:root {
--purple-corallite:#5c4f8c;
--radiant-orchid:#a65e9b;
--welcoming-wasp:#f0a800;
--techno-turquoise:#5dbb8c;
--rainy-lake:#3e6a8e;
}