Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1b8e9d;
}
.blue-racer {
color: #4da3a8;
}
.kingfisher-turquoise {
color: #7fb8b4;
}
.shallow-shore {
color: #b2e0c7;
}
.frozen-civilization {
color: #e0f5e6;
}
/* CSS Variables */
:root {
--safe-harbour:#1b8e9d;
--blue-racer:#4da3a8;
--kingfisher-turquoise:#7fb8b4;
--shallow-shore:#b2e0c7;
--frozen-civilization:#e0f5e6;
}