Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1e5a8a;
}
.mountain-bluebird {
color: #4c9ac8;
}
.water-nymph {
color: #7ed1e2;
}
.arctic-paradise {
color: #b6e7f7;
}
.lamenters-yellow {
color: #f8fcb6;
}
/* CSS Variables */
:root {
--sapphire-lace:#1e5a8a;
--mountain-bluebird:#4c9ac8;
--water-nymph:#7ed1e2;
--arctic-paradise:#b6e7f7;
--lamenters-yellow:#f8fcb6;
}