Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.applesauce {
color: #f5d899;
}
.green-trance {
color: #a5d9a1;
}
.bachelor-button {
color: #49b9d4;
}
.breeze-of-chilli {
color: #f46c6c;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--applesauce:#f5d899;
--green-trance:#a5d9a1;
--bachelor-button:#49b9d4;
--breeze-of-chilli:#f46c6c;
}