Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a8b1c2;
}
.periwinkle-sky {
color: #88b8d7;
}
.heritage-blue {
color: #5098b4;
}
.valley-of-glaciers {
color: #2d7d9a;
}
.blue-coral {
color: #1f5c70;
}
/* CSS Variables */
:root {
--grey-agate:#a8b1c2;
--periwinkle-sky:#88b8d7;
--heritage-blue:#5098b4;
--valley-of-glaciers:#2d7d9a;
--blue-coral:#1f5c70;
}