Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.alexandria {
color: #ff8d70;
}
.apricot {
color: #ffb370;
}
.sun-shower {
color: #ffe070;
}
.astro-arcade-green {
color: #70ff70;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--alexandria:#ff8d70;
--apricot:#ffb370;
--sun-shower:#ffe070;
--astro-arcade-green:#70ff70;
}