Color names in this palette
CSS code for this palette
/* CSS */
.bleached-shell {
color: #f6e5da;
}
.first-date {
color: #f3b6a0;
}
.hot-calypso {
color: #f7907e;
}
.opal-flame {
color: #ea5b48;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--bleached-shell:#f6e5da;
--first-date:#f3b6a0;
--hot-calypso:#f7907e;
--opal-flame:#ea5b48;
--red-power:#d83b3b;
}