Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.blue-dart {
color: #5a8ed3;
}
.indigo-batik {
color: #3e6aa8;
}
.big-spender {
color: #a9dbaf;
}
.sandy-brown {
color: #f5a35b;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--blue-dart:#5a8ed3;
--indigo-batik:#3e6aa8;
--big-spender:#a9dbaf;
--sandy-brown:#f5a35b;
}