Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.southern-belle {
color: #a4d5c5;
}
.xavier-blue {
color: #6bb7e1;
}
.integra {
color: #3f5b97;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--southern-belle:#a4d5c5;
--xavier-blue:#6bb7e1;
--integra:#3f5b97;
}