Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.peach-pink {
color: #ff9b8a;
}
.orenju-ogon-koi {
color: #ffcca8;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
.mouse-nose {
color: #fee5b4;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--peach-pink:#ff9b8a;
--orenju-ogon-koi:#ffcca8;
--vanilla-ice-cream:#ffe7b3;
--mouse-nose:#fee5b4;
}