Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1f5c8e;
}
.estuary-blue {
color: #6da6b6;
}
.lolly-ice {
color: #a6d8d4;
}
.pink-marshmallow {
color: #f1b7d0;
}
.hipster-salmon {
color: #f97f6c;
}
/* CSS Variables */
:root {
--sapphire-lace:#1f5c8e;
--estuary-blue:#6da6b6;
--lolly-ice:#a6d8d4;
--pink-marshmallow:#f1b7d0;
--hipster-salmon:#f97f6c;
}