Color names in this palette
CSS code for this palette
/* CSS */
.ibis-rose {
color: #c75c8c;
}
.rozowy-pink {
color: #f2a6b9;
}
.hopeful {
color: #f4d2e1;
}
.incan-treasure {
color: #f9e0c3;
}
.vibrant {
color: #ffd24d;
}
/* CSS Variables */
:root {
--ibis-rose:#c75c8c;
--rozowy-pink:#f2a6b9;
--hopeful:#f4d2e1;
--incan-treasure:#f9e0c3;
--vibrant:#ffd24d;
}