Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.wake-me-up {
color: #f6d55a;
}
.casting-sea {
color: #3f89c6;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--wake-me-up:#f6d55a;
--casting-sea:#3f89c6;
--azure-tide:#2a9d90;
}