Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.pink-marshmallow {
color: #f1b1d3;
}
.butter-cream {
color: #f5b042;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.lion-s-mane {
color: #e8b14a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--pink-marshmallow:#f1b1d3;
--butter-cream:#f5b042;
--enjoyable-yellow:#f6d5a7;
--lion-s-mane:#e8b14a;
}