Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f2bad5;
}
.pink-fit {
color: #f4a4b4;
}
.fruit-shake {
color: #f59e8e;
}
.morning-marmalade {
color: #f28b69;
}
.question-mark-block {
color: #f19c46;
}
/* CSS Variables */
:root {
--manga-pink:#f2bad5;
--pink-fit:#f4a4b4;
--fruit-shake:#f59e8e;
--morning-marmalade:#f28b69;
--question-mark-block:#f19c46;
}