Color names in this palette
CSS code for this palette
/* CSS */
.blooming-aster {
color: #d7e3ef;
}
.sea-cliff {
color: #a3c7e0;
}
.meadow-blossom-blue {
color: #79b0d8;
}
.mountain-bluebird {
color: #499bc1;
}
.bateau {
color: #1f7898;
}
/* CSS Variables */
:root {
--blooming-aster:#d7e3ef;
--sea-cliff:#a3c7e0;
--meadow-blossom-blue:#79b0d8;
--mountain-bluebird:#499bc1;
--bateau:#1f7898;
}