Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c1d4;
}
.desaturated-cyan {
color: #699a9b;
}
.blue-catch {
color: #3e7a89;
}
.delta-green {
color: #2f4b4c;
}
.genetic-code {
color: #1c4e5e;
}
/* CSS Variables */
:root {
--airborne:#a1c1d4;
--desaturated-cyan:#699a9b;
--blue-catch:#3e7a89;
--delta-green:#2f4b4c;
--genetic-code:#1c4e5e;
}