Color names in this palette
CSS code for this palette
/* CSS */
.starlight-blue {
color: #b5d0d4;
}
.shallow-shoal {
color: #9fd6d2;
}
.kingfisher-turquoise {
color: #7fb8b6;
}
.crisp-lettuce {
color: #4c9a89;
}
.jungle-book-green {
color: #3a6e4f;
}
/* CSS Variables */
:root {
--starlight-blue:#b5d0d4;
--shallow-shoal:#9fd6d2;
--kingfisher-turquoise:#7fb8b6;
--crisp-lettuce:#4c9a89;
--jungle-book-green:#3a6e4f;
}