Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6b;
}
.rainy-lake {
color: #3c6b8b;
}
.bluebird-feather {
color: #6d9db0;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6b;
--rainy-lake:#3c6b8b;
--bluebird-feather:#6d9db0;
--chefchaouen-blue:#a1d1e8;
--apricot-glazed-chicken:#f5a524;
}