Color names in this palette
CSS code for this palette
/* CSS */
.blue-brocade {
color: #73b9d3;
}
.twilight-meadow {
color: #4ea69f;
}
.wipeout {
color: #3d7c94;
}
.calabrese {
color: #f1a8a2;
}
.xanthous {
color: #f4b62f;
}
/* CSS Variables */
:root {
--blue-brocade:#73b9d3;
--twilight-meadow:#4ea69f;
--wipeout:#3d7c94;
--calabrese:#f1a8a2;
--xanthous:#f4b62f;
}