Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.serenity-s-reign {
color: #4b7dce;
}
.delft {
color: #3c5d8b;
}
.cod-grey {
color: #2d3034;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--serenity-s-reign:#4b7dce;
--delft:#3c5d8b;
--cod-grey:#2d3034;
}