Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.pale-pear {
color: #f7da6e;
}
.light-deluxe-days {
color: #a4d4ea;
}
.boat-house {
color: #4f8eba;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--maximum-yellow-red:#f2ba4a;
--pale-pear:#f7da6e;
--light-deluxe-days:#a4d4ea;
--boat-house:#4f8eba;
}