Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c0;
}
.blushing-senorita {
color: #f3c9cb;
}
.tamale {
color: #f1e4c6;
}
.spearmints {
color: #bae3c7;
}
.nevada-sky {
color: #a1d9e8;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c0;
--blushing-senorita:#f3c9cb;
--tamale:#f1e4c6;
--spearmints:#bae3c7;
--nevada-sky:#a1d9e8;
}