Color names in this palette
CSS code for this palette
/* CSS */
.rinsed-out-red {
color: #ff794d;
}
.apricot-preserves {
color: #efb18f;
}
.field-day {
color: #c6e2a1;
}
.terrace-pool {
color: #a1dae2;
}
.boat-house {
color: #4f8cba;
}
/* CSS Variables */
:root {
--rinsed-out-red:#ff794d;
--apricot-preserves:#efb18f;
--field-day:#c6e2a1;
--terrace-pool:#a1dae2;
--boat-house:#4f8cba;
}