Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.autumn-arrival {
color: #f79b69;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.crystal-green {
color: #a8d47d;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--autumn-arrival:#f79b69;
--deep-fried-sun-rays:#f6c55a;
--crystal-green:#a8d47d;
--blue-bay:#5d9bd5;
}