Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.n-rang-orange {
color: #ff8052;
}
.inferno-orange {
color: #ff4400;
}
.soviet-gold {
color: #ffd900;
}
.peach-puff {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--n-rang-orange:#ff8052;
--inferno-orange:#ff4400;
--soviet-gold:#ffd900;
--peach-puff:#ffd9b8;
}