Color names in this palette
CSS code for this palette
/* CSS */
.innocent-blue {
color: #94b2d1;
}
.bathe-blue {
color: #c2dfe5;
}
.athena-pink {
color: #e8b0c1;
}
.squash-blossom {
color: #f6b83c;
}
.breeze-of-chilli {
color: #f46c6e;
}
/* CSS Variables */
:root {
--innocent-blue:#94b2d1;
--bathe-blue:#c2dfe5;
--athena-pink:#e8b0c1;
--squash-blossom:#f6b83c;
--breeze-of-chilli:#f46c6e;
}