Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d75b8a;
}
.princess {
color: #f1a7b6;
}
.sun-dust {
color: #f5e0a3;
}
.southern-belle {
color: #a7d7c7;
}
.tl-loc-blue {
color: #2f6f7f;
}
/* CSS Variables */
:root {
--flirty-rose:#d75b8a;
--princess:#f1a7b6;
--sun-dust:#f5e0a3;
--southern-belle:#a7d7c7;
--tl-loc-blue:#2f6f7f;
}