Color names in this palette
CSS code for this palette
/* CSS */
.immersed {
color: #1f5151;
}
.lucky-shamrock {
color: #4a7c7d;
}
.kingfisher-turquoise {
color: #7ab8b6;
}
.spinnaker {
color: #a3e1e0;
}
.bistro-pink {
color: #e4b8b4;
}
/* CSS Variables */
:root {
--immersed:#1f5151;
--lucky-shamrock:#4a7c7d;
--kingfisher-turquoise:#7ab8b6;
--spinnaker:#a3e1e0;
--bistro-pink:#e4b8b4;
}