Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-tourmaline {
color: #4f96d8;
}
.magic-blue {
color: #398ca7;
}
.cookies-and-cream {
color: #f0e0b2;
}
.pale-lilac {
color: #d9b5c1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-tourmaline:#4f96d8;
--magic-blue:#398ca7;
--cookies-and-cream:#f0e0b2;
--pale-lilac:#d9b5c1;
}