Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.sweet-dreams {
color: #9fc2ea;
}
.pink-heath {
color: #f2bae1;
}
.fresh-pineapple {
color: #f4d54e;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--sweet-dreams:#9fc2ea;
--pink-heath:#f2bae1;
--fresh-pineapple:#f4d54e;
--peach-butter:#fbaf3c;
}