Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peach-pink {
color: #ff9b8a;
}
.tropical-peach {
color: #ffc3b3;
}
.soviet-gold {
color: #ffd900;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peach-pink:#ff9b8a;
--tropical-peach:#ffc3b3;
--soviet-gold:#ffd900;
--phaser-beam:#ff4d00;
}