Color names in this palette
CSS code for this palette
/* CSS */
.salt-blue {
color: #7c9c9c;
}
.smooth-satin {
color: #a2d2d2;
}
.melting-glacier {
color: #e8f7f7;
}
.pink-hydrangea {
color: #f9c2b9;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--salt-blue:#7c9c9c;
--smooth-satin:#a2d2d2;
--melting-glacier:#e8f7f7;
--pink-hydrangea:#f9c2b9;
--n-rang-orange:#ff8052;
}