Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peachy-salmon {
color: #ff9b80;
}
.desert-sunrise {
color: #ffb68f;
}
.bachimitsu-gold {
color: #ffdca3;
}
.whisper-yellow {
color: #ffe5b8;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peachy-salmon:#ff9b80;
--desert-sunrise:#ffb68f;
--bachimitsu-gold:#ffdca3;
--whisper-yellow:#ffe5b8;
}