Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #9fc2df;
}
.brain-pink {
color: #f7b1b1;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.friendly-yellow {
color: #f6e2b1;
}
.whirlpool {
color: #a4daca;
}
/* CSS Variables */
:root {
--metal-gear:#9fc2df;
--brain-pink:#f7b1b1;
--puff-pastry-yellow:#fbcc8e;
--friendly-yellow:#f6e2b1;
--whirlpool:#a4daca;
}