Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.slime-lime {
color: #b7ebc0;
}
.floral-leaf {
color: #ffb84d;
}
.angry-flamingo {
color: #f54b42;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--slime-lime:#b7ebc0;
--floral-leaf:#ffb84d;
--angry-flamingo:#f54b42;
}