Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.purple-premiere {
color: #bda1d3;
}
.azalea-flower {
color: #f0c1c9;
}
.friendly-yellow {
color: #f6e1b1;
}
.frugal {
color: #a6d9b1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--purple-premiere:#bda1d3;
--azalea-flower:#f0c1c9;
--friendly-yellow:#f6e1b1;
--frugal:#a6d9b1;
}