Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.larkspur {
color: #3b7c8c;
}
.watercourse {
color: #5cc6d6;
}
.azure-sky {
color: #b2e7f5;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--larkspur:#3b7c8c;
--watercourse:#5cc6d6;
--azure-sky:#b2e7f5;
--distant-horizon:#f0f9f9;
}