Color names in this palette
CSS code for this palette
/* CSS */
.indigo-bunting {
color: #086ea6;
}
.larimar-blue {
color: #1b78b1;
}
.christmas-blue {
color: #3192bf;
}
.mountain-bluebird {
color: #4c9ac8;
}
.tall-waves {
color: #5c9dcc;
}
/* CSS Variables */
:root {
--indigo-bunting:#086ea6;
--larimar-blue:#1b78b1;
--christmas-blue:#3192bf;
--mountain-bluebird:#4c9ac8;
--tall-waves:#5c9dcc;
}