Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.pink-mimosa {
color: #f1b6a7;
}
.lemon-meringue {
color: #f6e098;
}
.sunday-afternoon {
color: #f5c67a;
}
.privet-hedge {
color: #5b8b7d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--pink-mimosa:#f1b6a7;
--lemon-meringue:#f6e098;
--sunday-afternoon:#f5c67a;
--privet-hedge:#5b8b7d;
}