Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.dress-up {
color: #f8c6bf;
}
.cloudy-valley {
color: #b3c7d6;
}
.portuguese-blue {
color: #3b5b97;
}
.noodles {
color: #f9e2b4;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--dress-up:#f8c6bf;
--cloudy-valley:#b3c7d6;
--portuguese-blue:#3b5b97;
--noodles:#f9e2b4;
}