Color names in this palette
CSS code for this palette
/* CSS */
.divine-inspiration {
color: #d9e3e2;
}
.jungle-mist {
color: #b1c4c1;
}
.garden-twilight {
color: #a3b8b1;
}
.zenith-heights {
color: #a9c7c7;
}
.venus-pink {
color: #f1e4e4;
}
/* CSS Variables */
:root {
--divine-inspiration:#d9e3e2;
--jungle-mist:#b1c4c1;
--garden-twilight:#a3b8b1;
--zenith-heights:#a9c7c7;
--venus-pink:#f1e4e4;
}