Color names in this palette
CSS code for this palette
/* CSS */
.perfect-days {
color: #3f9ce9;
}
.ocean-in-a-bowl {
color: #5ce0b8;
}
.off-yellow {
color: #f4f43e;
}
.rosy-outlook {
color: #f7aaa1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--perfect-days:#3f9ce9;
--ocean-in-a-bowl:#5ce0b8;
--off-yellow:#f4f43e;
--rosy-outlook:#f7aaa1;
--grapefruit-pulp:#ff6e61;
}