Color names in this palette
CSS code for this palette
/* CSS */
.distant-horizon {
color: #f1f7f9;
}
.drip {
color: #a5c9d5;
}
.sotek-green {
color: #4a7c8c;
}
.atlantic-deep {
color: #2c4c54;
}
.black-box {
color: #0d2a30;
}
/* CSS Variables */
:root {
--distant-horizon:#f1f7f9;
--drip:#a5c9d5;
--sotek-green:#4a7c8c;
--atlantic-deep:#2c4c54;
--black-box:#0d2a30;
}