Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.french-pass {
color: #a3d3e0;
}
.wave-jumper {
color: #6c8f9d;
}
.sailboat {
color: #2f4c6f;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--lemon-ice-yellow:#f7e2a6;
--french-pass:#a3d3e0;
--wave-jumper:#6c8f9d;
--sailboat:#2f4c6f;
}