Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a5;
}
.mystic-tulip {
color: #f8b5a0;
}
.milky-maize {
color: #f9d89f;
}
.invigorating {
color: #f0e9b7;
}
.almost-aloe {
color: #c6e9af;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a5;
--mystic-tulip:#f8b5a0;
--milky-maize:#f9d89f;
--invigorating:#f0e9b7;
--almost-aloe:#c6e9af;
}