Color names in this palette
CSS code for this palette
/* CSS */
.candy-dreams {
color: #e7b5f2;
}
.biloba-flower {
color: #b29ad0;
}
.matt-purple {
color: #8c79d7;
}
.borage-blue {
color: #5b5fd2;
}
.athens {
color: #3b77b0;
}
/* CSS Variables */
:root {
--candy-dreams:#e7b5f2;
--biloba-flower:#b29ad0;
--matt-purple:#8c79d7;
--borage-blue:#5b5fd2;
--athens:#3b77b0;
}