Color names in this palette
CSS code for this palette
/* CSS */
.aviary-blue {
color: #c5e1e8;
}
.mystic-tulip {
color: #f7b5a1;
}
.turnip-boy {
color: #f1c4a2;
}
.lemon-tart {
color: #ffde66;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--aviary-blue:#c5e1e8;
--mystic-tulip:#f7b5a1;
--turnip-boy:#f1c4a2;
--lemon-tart:#ffde66;
--pompelmo:#ff6b6b;
}