Color names in this palette
CSS code for this palette
/* CSS */
.rubber-radish {
color: #ff9e9e;
}
.artificial-intelligence-grey {
color: #a1a1a1;
}
.white {
color: #ffffff;
}
.soap {
color: #c7c7f0;
}
.cinderella-pink {
color: #ffc7c7;
}
/* CSS Variables */
:root {
--rubber-radish:#ff9e9e;
--artificial-intelligence-grey:#a1a1a1;
--white:#ffffff;
--soap:#c7c7f0;
--cinderella-pink:#ffc7c7;
}