Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c7;
}
.noodles {
color: #f9e1b4;
}
.pie-crust {
color: #f3d9a0;
}
.atlantic-ocean {
color: #a9d6e5;
}
.cyantific {
color: #75c7c0;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c7;
--noodles:#f9e1b4;
--pie-crust:#f3d9a0;
--atlantic-ocean:#a9d6e5;
--cyantific:#75c7c0;
}