Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
.soviet-gold {
color: #ffd900;
}
.lemon-chiffon {
color: #fffacc;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
--soviet-gold:#ffd900;
--lemon-chiffon:#fffacc;
}