Color names in this palette
CSS code for this palette
/* CSS */
.baby-blue-eyes {
color: #a3c7f0;
}
.mixed-fruit {
color: #f6b7b1;
}
.lemon-burst {
color: #fcd67e;
}
.atomic-tangerine {
color: #ff9966;
}
.toxic-essence {
color: #c9f3b9;
}
/* CSS Variables */
:root {
--baby-blue-eyes:#a3c7f0;
--mixed-fruit:#f6b7b1;
--lemon-burst:#fcd67e;
--atomic-tangerine:#ff9966;
--toxic-essence:#c9f3b9;
}