Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.cerulean-frost {
color: #6c9cc6;
}
.hippie-blue {
color: #498c9c;
}
.mysterious-blue {
color: #3d7c8a;
}
.quiet-storm {
color: #2c5a6d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--cerulean-frost:#6c9cc6;
--hippie-blue:#498c9c;
--mysterious-blue:#3d7c8a;
--quiet-storm:#2c5a6d;
}