Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a3c0e6;
}
.meadow-blossom-blue {
color: #7ab5d6;
}
.mountain-bluebird {
color: #499dc1;
}
.scooter {
color: #2e8ca3;
}
.bondi {
color: #1c6d8d;
}
/* CSS Variables */
:root {
--angela-bay:#a3c0e6;
--meadow-blossom-blue:#7ab5d6;
--mountain-bluebird:#499dc1;
--scooter:#2e8ca3;
--bondi:#1c6d8d;
}