Color names in this palette
CSS code for this palette
/* CSS */
.sapphire-lace {
color: #1d5c8c;
}
.hippie-blue {
color: #498a9c;
}
.kingfisher-turquoise {
color: #7db3b5;
}
.polar-blue {
color: #b3e1e5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--sapphire-lace:#1d5c8c;
--hippie-blue:#498a9c;
--kingfisher-turquoise:#7db3b5;
--polar-blue:#b3e1e5;
--distant-horizon:#f0f8f9;
}