Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.breezy-blue {
color: #b9d9e4;
}
.clear-vision {
color: #e2f1f8;
}
.m-white {
color: #f5f8ff;
}
.english-hollyhock {
color: #b5c8d4;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--breezy-blue:#b9d9e4;
--clear-vision:#e2f1f8;
--m-white:#f5f8ff;
--english-hollyhock:#b5c8d4;
}