Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2c1;
}
.cheesus {
color: #ffca75;
}
.patina-green {
color: #b7e7b6;
}
.xavier-blue {
color: #6bb7e1;
}
.love-at-first-sight {
color: #e7a2b3;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2c1;
--cheesus:#ffca75;
--patina-green:#b7e7b6;
--xavier-blue:#6bb7e1;
--love-at-first-sight:#e7a2b3;
}