Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.antique-cameo {
color: #f0b6a3;
}
.bleached-sunflower {
color: #f9e8a4;
}
.salmon-eggs {
color: #f4d65d;
}
.breeze-of-chilli {
color: #f07070;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--antique-cameo:#f0b6a3;
--bleached-sunflower:#f9e8a4;
--salmon-eggs:#f4d65d;
--breeze-of-chilli:#f07070;
}