Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f9c99f;
}
.rozowy-pink {
color: #f2a6b6;
}
.frozen-forest {
color: #d0e5b8;
}
.sweet-dreams {
color: #9fc8e9;
}
.friendly-yellow {
color: #f7e2b0;
}
/* CSS Variables */
:root {
--chai-latte:#f9c99f;
--rozowy-pink:#f2a6b6;
--frozen-forest:#d0e5b8;
--sweet-dreams:#9fc8e9;
--friendly-yellow:#f7e2b0;
}