Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.faded-sunlight {
color: #ffd06b;
}
.shallow-shoal {
color: #9fd6d2;
}
.blue-iguana {
color: #4f9ccf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--faded-sunlight:#ffd06b;
--shallow-shoal:#9fd6d2;
--blue-iguana:#4f9ccf;
}