Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f8c6b4;
}
.first-date {
color: #f4b69f;
}
.rose-essence {
color: #f29b88;
}
.colorado-bronze {
color: #f07b66;
}
.coral-orange {
color: #e76d4b;
}
/* CSS Variables */
:root {
--apricot-obsession:#f8c6b4;
--first-date:#f4b69f;
--rose-essence:#f29b88;
--colorado-bronze:#f07b66;
--coral-orange:#e76d4b;
}