Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.sweet-lilac {
color: #e8b5d0;
}
.straw-hat {
color: #f1d3a7;
}
.pink-hydrangea {
color: #f7c1bb;
}
.cumquat-cream {
color: #f4977b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--sweet-lilac:#e8b5d0;
--straw-hat:#f1d3a7;
--pink-hydrangea:#f7c1bb;
--cumquat-cream:#f4977b;
}