Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.apricot-obsession {
color: #f7c6b6;
}
.lazy-daisy {
color: #f8e8a0;
}
.green-trance {
color: #a4daa6;
}
.ti-n-l-n-sky {
color: #5ebaf7;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--apricot-obsession:#f7c6b6;
--lazy-daisy:#f8e8a0;
--green-trance:#a4daa6;
--ti-n-l-n-sky:#5ebaf7;
}