Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.sotek-green {
color: #4a798c;
}
.lake-winnipeg {
color: #7da2b0;
}
.alpine-morning-blue {
color: #a5cad9;
}
.coastal-breeze {
color: #e2f4f8;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--sotek-green:#4a798c;
--lake-winnipeg:#7da2b0;
--alpine-morning-blue:#a5cad9;
--coastal-breeze:#e2f4f8;
}