Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.paw-paw {
color: #f9d59f;
}
.invigorating {
color: #f1eab6;
}
.blue-tint {
color: #a0d9d3;
}
.guilliman-blue {
color: #6f9beb;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--paw-paw:#f9d59f;
--invigorating:#f1eab6;
--blue-tint:#a0d9d3;
--guilliman-blue:#6f9beb;
}