Color names in this palette
CSS code for this palette
/* CSS */
.ashton-blue {
color: #4a7cba;
}
.horizon-haze {
color: #7dc3e8;
}
.echo-iris {
color: #b4e3f3;
}
.forsythia-blossom {
color: #f5d76b;
}
.hot-orange {
color: #f68d3c;
}
/* CSS Variables */
:root {
--ashton-blue:#4a7cba;
--horizon-haze:#7dc3e8;
--echo-iris:#b4e3f3;
--forsythia-blossom:#f5d76b;
--hot-orange:#f68d3c;
}