Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.submerged {
color: #4b8181;
}
.kingfisher-turquoise {
color: #7ab8b8;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.distant-horizon {
color: #f2f8f8;
}
/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--submerged:#4b8181;
--kingfisher-turquoise:#7ab8b8;
--ice-crystal-blue:#a4e0e0;
--distant-horizon:#f2f8f8;
}