Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a6e2df;
}
.tahitian-breeze {
color: #b5e8e2;
}
.windswept {
color: #d2f3f4;
}
.white-pudding {
color: #f6e8df;
}
.love-spell {
color: #f9b4c5;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a6e2df;
--tahitian-breeze:#b5e8e2;
--windswept:#d2f3f4;
--white-pudding:#f6e8df;
--love-spell:#f9b4c5;
}