Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.porcelain-tan {
color: #f9d8c3;
}
.gold-thread {
color: #fce9b0;
}
.aqua-bay {
color: #b7e1c8;
}
.water-flow {
color: #78c9d9;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--porcelain-tan:#f9d8c3;
--gold-thread:#fce9b0;
--aqua-bay:#b7e1c8;
--water-flow:#78c9d9;
}