Color names in this palette
CSS code for this palette
/* CSS */
.snowdrift-glow {
color: #d4e5f2;
}
.template {
color: #a6c7e2;
}
.boudoir-blue {
color: #7da3d4;
}
.cyan-azure {
color: #4f80b5;
}
.ocean-trapeze {
color: #2f4f6f;
}
/* CSS Variables */
:root {
--snowdrift-glow:#d4e5f2;
--template:#a6c7e2;
--boudoir-blue:#7da3d4;
--cyan-azure:#4f80b5;
--ocean-trapeze:#2f4f6f;
}