Color names in this palette
CSS code for this palette
/* CSS */
.greek-sea {
color: #6ba0e1;
}
.elastic-pink {
color: #f0a3c7;
}
.pastel-yellow {
color: #fdfd96;
}
.candy-heart-pink {
color: #f6a2a2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--greek-sea:#6ba0e1;
--elastic-pink:#f0a3c7;
--pastel-yellow:#fdfd96;
--candy-heart-pink:#f6a2a2;
--grapefruit-pulp:#ff6e61;
}