Color names in this palette
CSS code for this palette
/* CSS */
.celtic-spring {
color: #a9e0b7;
}
.gentle-glow {
color: #f5e4b8;
}
.frangipani {
color: #fdd6a0;
}
.mystic-tulip {
color: #f7b5a1;
}
.rosy-pink {
color: #f56b8b;
}
/* CSS Variables */
:root {
--celtic-spring:#a9e0b7;
--gentle-glow:#f5e4b8;
--frangipani:#fdd6a0;
--mystic-tulip:#f7b5a1;
--rosy-pink:#f56b8b;
}