Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.light-sea-cliff {
color: #b9d4e9;
}
.soft-cashmere {
color: #f0b7d5;
}
.her-majesty {
color: #f8a5a6;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--light-sea-cliff:#b9d4e9;
--soft-cashmere:#f0b7d5;
--her-majesty:#f8a5a6;
--breeze-of-chilli:#f26e6e;
}