Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.across-the-bay {
color: #b4e1e9;
}
.icy-lemonade {
color: #f5e9b2;
}
.blue-angels-yellow {
color: #fab700;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--across-the-bay:#b4e1e9;
--icy-lemonade:#f5e9b2;
--blue-angels-yellow:#fab700;
--sun-orange:#f47b1f;
}