Color names in this palette
CSS code for this palette
/* CSS */
.white-sulfur {
color: #f0f8e8;
}
.wintergreen-mint {
color: #c7e5c8;
}
.kul-sharif-blue {
color: #80d3fa;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--white-sulfur:#f0f8e8;
--wintergreen-mint:#c7e5c8;
--kul-sharif-blue:#80d3fa;
--ti-n-l-n-sky:#65b5f6;
--floral-leaf:#ffb84d;
}