Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e7;
}
.cerulean-frost {
color: #6b9cc2;
}
.hippie-blue {
color: #498c9c;
}
.atlantic-wave {
color: #3a7878;
}
.sea-challenge {
color: #2a595a;
}
/* CSS Variables */
:root {
--template:#a6c7e7;
--cerulean-frost:#6b9cc2;
--hippie-blue:#498c9c;
--atlantic-wave:#3a7878;
--sea-challenge:#2a595a;
}