Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d4e0;
}
.frisky-blue {
color: #7ab1c7;
}
.mountain-bluebird {
color: #4c9ac8;
}
.scooter {
color: #2e8aa3;
}
.bermuda {
color: #1b7a88;
}
/* CSS Variables */
:root {
--french-pass:#a3d4e0;
--frisky-blue:#7ab1c7;
--mountain-bluebird:#4c9ac8;
--scooter:#2e8aa3;
--bermuda:#1b7a88;
}