Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bridgewater-bay {
color: #bfd6e3;
}
.muddy-mauve {
color: #e3b0c9;
}
.stone-fruit {
color: #f2a48c;
}
.barrett-quince {
color: #f7d0b1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bridgewater-bay:#bfd6e3;
--muddy-mauve:#e3b0c9;
--stone-fruit:#f2a48c;
--barrett-quince:#f7d0b1;
}