Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b9;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.lightly-lime {
color: #f1eba7;
}
.whirlpool {
color: #a6d8c9;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b9;
--enjoyable-yellow:#f6d6a7;
--lightly-lime:#f1eba7;
--whirlpool:#a6d8c9;
--windsor-way:#a2c7e7;
}