Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.pink-marshmallow {
color: #f0b2d1;
}
.no-gmb-yellow {
color: #f6e788;
}
.dairy-made {
color: #f1b641;
}
.sizzling-sunset {
color: #e67d4c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--pink-marshmallow:#f0b2d1;
--no-gmb-yellow:#f6e788;
--dairy-made:#f1b641;
--sizzling-sunset:#e67d4c;
}