Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.chantilly {
color: #f0b7c4;
}
.banana-br-l-e {
color: #f7e9bb;
}
.avid-apricot {
color: #f4c79f;
}
.prayer-flag {
color: #d19b6b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--chantilly:#f0b7c4;
--banana-br-l-e:#f7e9bb;
--avid-apricot:#f4c79f;
--prayer-flag:#d19b6b;
}