Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.blue-dart-frog {
color: #3c7b96;
}
.aurora-teal {
color: #70b1b2;
}
.nihilakh-oxide {
color: #a1d9b8;
}
.roadster-yellow {
color: #f3e1a0;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--blue-dart-frog:#3c7b96;
--aurora-teal:#70b1b2;
--nihilakh-oxide:#a1d9b8;
--roadster-yellow:#f3e1a0;
}