Color names in this palette
CSS code for this palette
/* CSS */
.revel-blue {
color: #4a6c8c;
}
.grey-blue {
color: #78a2b5;
}
.sky-chase {
color: #a4c7d0;
}
.zircon-ice {
color: #d0e6e3;
}
.sparkling-snow {
color: #f3fbfc;
}
/* CSS Variables */
:root {
--revel-blue:#4a6c8c;
--grey-blue:#78a2b5;
--sky-chase:#a4c7d0;
--zircon-ice:#d0e6e3;
--sparkling-snow:#f3fbfc;
}