Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.citrus-punch {
color: #ffeb85;
}
.tranquil-pool {
color: #85e2ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--citrus-punch:#ffeb85;
--tranquil-pool:#85e2ff;
--grapefruit-pulp:#ff6e61;
}