Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.blue-refrain {
color: #b0d7e8;
}
.freezing-vapor {
color: #d0e9f6;
}
.yellow-diamond {
color: #f6f1d5;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--blue-refrain:#b0d7e8;
--freezing-vapor:#d0e9f6;
--yellow-diamond:#f6f1d5;
--squash-blossom:#f6b83c;
}