Color names in this palette
CSS code for this palette
/* CSS */
.distant-horizon {
color: #f0f9f9;
}
.iced-aqua {
color: #a5d8d9;
}
.aqueous {
color: #3a8f92;
}
.delta-green {
color: #2f4b4c;
}
.black-pearl {
color: #1b272c;
}
/* CSS Variables */
:root {
--distant-horizon:#f0f9f9;
--iced-aqua:#a5d8d9;
--aqueous:#3a8f92;
--delta-green:#2f4b4c;
--black-pearl:#1b272c;
}