Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6c;
}
.blue-dart-frog {
color: #3c7b96;
}
.riverside-blue {
color: #6bb4c2;
}
.terrace-pool {
color: #a2d8e2;
}
.the-speed-of-light {
color: #f6f3ee;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6c;
--blue-dart-frog:#3c7b96;
--riverside-blue:#6bb4c2;
--terrace-pool:#a2d8e2;
--the-speed-of-light:#f6f3ee;
}