Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f6b4a2;
}
.pale-coral {
color: #f1d2b6;
}
.half-spanish-white {
color: #e5dac7;
}
.jade-spell {
color: #c2e5d5;
}
.havana-blue {
color: #a4d9e5;
}
/* CSS Variables */
:root {
--first-date:#f6b4a2;
--pale-coral:#f1d2b6;
--half-spanish-white:#e5dac7;
--jade-spell:#c2e5d5;
--havana-blue:#a4d9e5;
}