Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.pieces-of-eight {
color: #ffb13d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sour-candy {
color: #69af4b;
}
.casting-sea {
color: #3f89c6;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--pieces-of-eight:#ffb13d;
--grapefruit-pulp:#ff6e61;
--sour-candy:#69af4b;
--casting-sea:#3f89c6;
}