Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bridgewater-bay {
color: #bad5e3;
}
.farsighted {
color: #e4e2f3;
}
.dream-land {
color: #e9b4e3;
}
.rogue-pink {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bridgewater-bay:#bad5e3;
--farsighted:#e4e2f3;
--dream-land:#e9b4e3;
--rogue-pink:#f6a7c1;
}