Color names in this palette
CSS code for this palette
/* CSS */
.brain-pink {
color: #f3afaf;
}
.sundown {
color: #f4c99f;
}
.french-vanilla {
color: #f1e2a7;
}
.sinbad {
color: #a7d7d0;
}
.blue-horror {
color: #a3b9d2;
}
/* CSS Variables */
:root {
--brain-pink:#f3afaf;
--sundown:#f4c99f;
--french-vanilla:#f1e2a7;
--sinbad:#a7d7d0;
--blue-horror:#a3b9d2;
}