Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d5e6f1;
}
.piezo-blue {
color: #9fc6db;
}
.cerulean-frost {
color: #6f9ac3;
}
.splish-splash {
color: #3293c8;
}
.nice-blue {
color: #0b7db1;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d5e6f1;
--piezo-blue:#9fc6db;
--cerulean-frost:#6f9ac3;
--splish-splash:#3293c8;
--nice-blue:#0b7db1;
}