Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f1c1e6;
}
.rubber-radish {
color: #ff9e9e;
}
.apricot-glow {
color: #ffcc7a;
}
.hollandaise {
color: #ffec3d;
}
.fish-pond {
color: #84c8f0;
}
/* CSS Variables */
:root {
--lavender-soap:#f1c1e6;
--rubber-radish:#ff9e9e;
--apricot-glow:#ffcc7a;
--hollandaise:#ffec3d;
--fish-pond:#84c8f0;
}