Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1f5a8e;
}
.linoleum-blue {
color: #3f7a9d;
}
.dolphin-daze {
color: #65a0b3;
}
.mint-twist {
color: #97c8bf;
}
.y-sh-b-i-white {
color: #c1e1e0;
}
/* CSS Variables */
:root {
--sapphire-lace:#1f5a8e;
--linoleum-blue:#3f7a9d;
--dolphin-daze:#65a0b3;
--mint-twist:#97c8bf;
--y-sh-b-i-white:#c1e1e0;
}