Color names in this palette
CSS code for this palette
/* CSS */
.bellagio-fountains {
color: #b7e1f0;
}
.light-budgie-blue {
color: #a1d6e8;
}
.regale-blue {
color: #7db7d4;
}
.acapulco-cliffs {
color: #4f9aab;
}
.larkspur {
color: #3f7c92;
}
/* CSS Variables */
:root {
--bellagio-fountains:#b7e1f0;
--light-budgie-blue:#a1d6e8;
--regale-blue:#7db7d4;
--acapulco-cliffs:#4f9aab;
--larkspur:#3f7c92;
}