Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f4a69f;
}
.mandys-pink {
color: #f7b49c;
}
.cactus-blooms {
color: #f6c59d;
}
.igniting {
color: #f4d79a;
}
.leaf-print {
color: #e3d38c;
}
/* CSS Variables */
:root {
--roseberry:#f4a69f;
--mandys-pink:#f7b49c;
--cactus-blooms:#f6c59d;
--igniting:#f4d79a;
--leaf-print:#e3d38c;
}