Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-shimmer {
color: #b0d9e3;
}
.cymophane-yellow {
color: #f3e5a5;
}
.welcoming-wasp {
color: #f0a800;
}
.sweet-mandarin {
color: #d1603d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-shimmer:#b0d9e3;
--cymophane-yellow:#f3e5a5;
--welcoming-wasp:#f0a800;
--sweet-mandarin:#d1603d;
}