Color names in this palette
CSS code for this palette
/* CSS */
.moscow-midnight {
color: #1f4751;
}
.bermuda {
color: #1e7a8a;
}
.crystalsong-blue {
color: #4eb7b3;
}
.island-paradise {
color: #8fe3e5;
}
.distant-horizon {
color: #f1f9f7;
}
/* CSS Variables */
:root {
--moscow-midnight:#1f4751;
--bermuda:#1e7a8a;
--crystalsong-blue:#4eb7b3;
--island-paradise:#8fe3e5;
--distant-horizon:#f1f9f7;
}