Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #e0526c;
}
.ginger-milk {
color: #f6a85a;
}
.oriole-yellow {
color: #f3d477;
}
.snow-pea {
color: #6dd078;
}
.saltwater-depth {
color: #4f8c6d;
}
/* CSS Variables */
:root {
--rosy-cheeks:#e0526c;
--ginger-milk:#f6a85a;
--oriole-yellow:#f3d477;
--snow-pea:#6dd078;
--saltwater-depth:#4f8c6d;
}