Color names in this palette
CSS code for this palette
/* CSS */
.icicle-veil {
color: #d8e5f3;
}
.artesian-pool {
color: #a3c2e0;
}
.cerulean-frost {
color: #6d9dc5;
}
.ashton-blue {
color: #4a7eba;
}
.endeavour {
color: #2b5a8c;
}
/* CSS Variables */
:root {
--icicle-veil:#d8e5f3;
--artesian-pool:#a3c2e0;
--cerulean-frost:#6d9dc5;
--ashton-blue:#4a7eba;
--endeavour:#2b5a8c;
}