Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #abbff2;
}
.bridgewater-bay {
color: #bad5e3;
}
.aviary-blue {
color: #c6e3e6;
}
.turnip-boy {
color: #f1c4a2;
}
.fruit-shake {
color: #f49e8a;
}
/* CSS Variables */
:root {
--sky-high:#abbff2;
--bridgewater-bay:#bad5e3;
--aviary-blue:#c6e3e6;
--turnip-boy:#f1c4a2;
--fruit-shake:#f49e8a;
}