Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.infrared {
color: #f94e6d;
}
.orange-soda {
color: #f65b3c;
}
.limone {
color: #d7c147;
}
.young-green-onion {
color: #a8d058;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--infrared:#f94e6d;
--orange-soda:#f65b3c;
--limone:#d7c147;
--young-green-onion:#a8d058;
}