Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.savannah-sun {
color: #ffb78a;
}
.nevada-morning {
color: #ffd5a8;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--creamy-orange-blush:#ff9c7a;
--savannah-sun:#ffb78a;
--nevada-morning:#ffd5a8;
--mouse-nose:#ffe4b3;
}