Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.lavender-candy {
color: #ffb3d6;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
.inferno-orange {
color: #ff4400;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--lavender-candy:#ffb3d6;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
--inferno-orange:#ff4400;
}