Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c3;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
.inferno-orange {
color: #ff4400;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c3;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
--inferno-orange:#ff4400;
--secret-story:#ff1492;
}