Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb8c1;
}
.noodles {
color: #f8e1b4;
}
.bright-khaki {
color: #f0e78e;
}
.island-paradise {
color: #8ce3e3;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--matt-pink:#ffb8c1;
--noodles:#f8e1b4;
--bright-khaki:#f0e78e;
--island-paradise:#8ce3e3;
--pompelmo:#ff6b6b;
}