Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.dreamy-sunset {
color: #ffad61;
}
.sun-drenched {
color: #ffe7a3;
}
.light-budgie-blue {
color: #a1d5e8;
}
.tantalize {
color: #699dce;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--dreamy-sunset:#ffad61;
--sun-drenched:#ffe7a3;
--light-budgie-blue:#a1d5e8;
--tantalize:#699dce;
}