Color names in this palette
CSS code for this palette
/* CSS */
.steel-pan-mallet {
color: #72a7a0;
}
.zenith-heights {
color: #a6c9c6;
}
.interdimensional-portal {
color: #d5e7e5;
}
.distant-horizon {
color: #f0f9f8;
}
.basin-blue {
color: #bae1e3;
}
/* CSS Variables */
:root {
--steel-pan-mallet:#72a7a0;
--zenith-heights:#a6c9c6;
--interdimensional-portal:#d5e7e5;
--distant-horizon:#f0f9f8;
--basin-blue:#bae1e3;
}