Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.just-peachy {
color: #f8c572;
}
.pale-banana {
color: #f6e48e;
}
.cobalite {
color: #a19afe;
}
.royal-regatta {
color: #6b8acc;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--just-peachy:#f8c572;
--pale-banana:#f6e48e;
--cobalite:#a19afe;
--royal-regatta:#6b8acc;
}