Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1c4a69;
}
.casual-blue {
color: #4a7e8c;
}
.winter-surf {
color: #7fb8b2;
}
.cr-me-de-la-cr-me {
color: #f3e7b4;
}
.jaffa {
color: #e2784b;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1c4a69;
--casual-blue:#4a7e8c;
--winter-surf:#7fb8b2;
--cr-me-de-la-cr-me:#f3e7b4;
--jaffa:#e2784b;
}