Color names in this palette
CSS code for this palette
/* CSS */
.tanzine {
color: #7288da;
}
.skinny-jeans {
color: #5d8dfe;
}
.oregon-blue {
color: #4a87e3;
}
.palace-blue {
color: #406cbf;
}
.slumber {
color: #2c4f7d;
}
/* CSS Variables */
:root {
--tanzine:#7288da;
--skinny-jeans:#5d8dfe;
--oregon-blue:#4a87e3;
--palace-blue:#406cbf;
--slumber:#2c4f7d;
}