Color names in this palette
CSS code for this palette
/* CSS */
.blobfish {
color: #ffc2cc;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.cadet-blue {
color: #609d9f;
}
.light-blue {
color: #add8e6;
}
/* CSS Variables */
:root {
--blobfish:#ffc2cc;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--cadet-blue:#609d9f;
--light-blue:#add8e6;
}