Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a4d6d6;
}
.m-l-b-i-oyster {
color: #f2f3d3;
}
.coral-blossom {
color: #f9c09f;
}
.siesta-rose {
color: #eb7a7a;
}
.jasper {
color: #d53f3f;
}
/* CSS Variables */
:root {
--smooth-satin:#a4d6d6;
--m-l-b-i-oyster:#f2f3d3;
--coral-blossom:#f9c09f;
--siesta-rose:#eb7a7a;
--jasper:#d53f3f;
}