Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c6e7;
}
.barrett-quince {
color: #f7d1b1;
}
.ballerina-tears {
color: #f3b7af;
}
.tropical-violet {
color: #d4a6e2;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--island-light:#a7c6e7;
--barrett-quince:#f7d1b1;
--ballerina-tears:#f3b7af;
--tropical-violet:#d4a6e2;
--just-a-fairytale:#6b5b95;
}