Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blackberry-yogurt {
color: #e1b6e7;
}
.optimistic-yellow {
color: #f4e1a4;
}
.maximum-yellow-red {
color: #f5b847;
}
.sugar-coral {
color: #f76972;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blackberry-yogurt:#e1b6e7;
--optimistic-yellow:#f4e1a4;
--maximum-yellow-red:#f5b847;
--sugar-coral:#f76972;
}