Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.crystal-green {
color: #a2d779;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--crystal-green:#a2d779;
--wildflower-bouquet:#ffb3b3;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
}