Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b2;
}
.matt-pink {
color: #ffb3c1;
}
.endearment {
color: #ffdaa3;
}
.bicycle-yellow {
color: #ffe68a;
}
.frozen-landscape {
color: #b3e0ff;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b2;
--matt-pink:#ffb3c1;
--endearment:#ffdaa3;
--bicycle-yellow:#ffe68a;
--frozen-landscape:#b3e0ff;
}