Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.faded-sunlight {
color: #ffcb6b;
}
.atlantic-ocean {
color: #a4d7e5;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--faded-sunlight:#ffcb6b;
--atlantic-ocean:#a4d7e5;
--blue-bay:#5d9bd5;
}