Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.neighborly-peach {
color: #f6c2a2;
}
.blended-fruit {
color: #f9e5a4;
}
.nevada-sky {
color: #a2d6e7;
}
.blue-gourami {
color: #6c9cda;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--neighborly-peach:#f6c2a2;
--blended-fruit:#f9e5a4;
--nevada-sky:#a2d6e7;
--blue-gourami:#6c9cda;
}