Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.brittany-s-bow {
color: #f5d6e0;
}
.filtered-forest {
color: #b6e2d3;
}
.peaceful-pastures {
color: #8fd6a9;
}
.eucalipto {
color: #4dc7a6;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--brittany-s-bow:#f5d6e0;
--filtered-forest:#b6e2d3;
--peaceful-pastures:#8fd6a9;
--eucalipto:#4dc7a6;
}