Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.break-the-ice {
color: #b2e0f0;
}
.afterglow {
color: #f2e3c5;
}
.salmon-beauty {
color: #f9c7b4;
}
.pinque {
color: #efa4af;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--break-the-ice:#b2e0f0;
--afterglow:#f2e3c5;
--salmon-beauty:#f9c7b4;
--pinque:#efa4af;
}