Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.intergalactic-blue {
color: #b1e0f1;
}
.freezing-vapor {
color: #d2e7f9;
}
.spring-sun {
color: #f3f2c9;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--intergalactic-blue:#b1e0f1;
--freezing-vapor:#d2e7f9;
--spring-sun:#f3f2c9;
--squash-blossom:#f6b83c;
}