Color names in this palette
CSS code for this palette
/* CSS */
.luna-pier {
color: #404a64;
}
.night-owl {
color: #617a89;
}
.sea-angel {
color: #8ab9c1;
}
.refreshing-pool {
color: #b6e3e7;
}
.anti-flash-white {
color: #f0f5f5;
}
/* CSS Variables */
:root {
--luna-pier:#404a64;
--night-owl:#617a89;
--sea-angel:#8ab9c1;
--refreshing-pool:#b6e3e7;
--anti-flash-white:#f0f5f5;
}