Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.throat-chakra {
color: #6dd5d3;
}
.havana-blue {
color: #a4d9e5;
}
.dreamy-candy-forest {
color: #b59ee5;
}
.blackberry-yogurt {
color: #e5b3e3;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--throat-chakra:#6dd5d3;
--havana-blue:#a4d9e5;
--dreamy-candy-forest:#b59ee5;
--blackberry-yogurt:#e5b3e3;
}