Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e49f;
}
.rogue-pink {
color: #f5a8c1;
}
.pretty-pink-piggy {
color: #f2abd6;
}
.sweet-taffy {
color: #eab8d2;
}
.gypsum-rose {
color: #e2c3b1;
}
/* CSS Variables */
:root {
--durango-dust:#f9e49f;
--rogue-pink:#f5a8c1;
--pretty-pink-piggy:#f2abd6;
--sweet-taffy:#eab8d2;
--gypsum-rose:#e2c3b1;
}