Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.perfect-days {
color: #4ba4f1;
}
.dayflower {
color: #38a5e0;
}
.brilliant-azure {
color: #299bff;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--perfect-days:#4ba4f1;
--dayflower:#38a5e0;
--brilliant-azure:#299bff;
}