Color names in this palette
CSS code for this palette
/* CSS */
.deck-crew {
color: #5f7dab;
}
.water-wash {
color: #aac7e4;
}
.solaria {
color: #f5d68e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.smooch-rouge {
color: #d93f4c;
}
/* CSS Variables */
:root {
--deck-crew:#5f7dab;
--water-wash:#aac7e4;
--solaria:#f5d68e;
--grapefruit-pulp:#ff6e61;
--smooch-rouge:#d93f4c;
}