Color names in this palette
CSS code for this palette
/* CSS */
.precious-persimmon {
color: #ff7142;
}
.floral-leaf {
color: #ffb84d;
}
.citrus-punch {
color: #ffeb85;
}
.green-gooseberry {
color: #b2e0a4;
}
.sail-away {
color: #4db6e0;
}
/* CSS Variables */
:root {
--precious-persimmon:#ff7142;
--floral-leaf:#ffb84d;
--citrus-punch:#ffeb85;
--green-gooseberry:#b2e0a4;
--sail-away:#4db6e0;
}