Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.tiger-yellow {
color: #ffdf80;
}
.sour-candy {
color: #69af4b;
}
.azraq-blue {
color: #4b6abe;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--tiger-yellow:#ffdf80;
--sour-candy:#69af4b;
--azraq-blue:#4b6abe;
}