Color names in this palette
CSS code for this palette
/* CSS */
.sea-of-tears {
color: #1a4f9e;
}
.heirloom-hydrangea {
color: #3a7dcb;
}
.high-blue {
color: #4ab3e8;
}
.terrace-pool {
color: #a3d7e0;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--sea-of-tears:#1a4f9e;
--heirloom-hydrangea:#3a7dcb;
--high-blue:#4ab3e8;
--terrace-pool:#a3d7e0;
--child-of-light:#f1f5f8;
}