Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a7dae6;
}
.echo-iris {
color: #b4e3f4;
}
.pink-marshmallow {
color: #f4b4d4;
}
.coral-bisque {
color: #f9c3ae;
}
.buttery-croissant {
color: #f7e09c;
}
/* CSS Variables */
:root {
--havana-blue:#a7dae6;
--echo-iris:#b4e3f4;
--pink-marshmallow:#f4b4d4;
--coral-bisque:#f9c3ae;
--buttery-croissant:#f7e09c;
}