Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1e5a8a;
}
.quiet-night {
color: #3e8cb6;
}
.hawaiian-breeze {
color: #76c5e0;
}
.basin-blue {
color: #b9e1e4;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--sapphire-lace:#1e5a8a;
--quiet-night:#3e8cb6;
--hawaiian-breeze:#76c5e0;
--basin-blue:#b9e1e4;
--white-solid:#f5f8fa;
}