Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.pink-marshmallow {
color: #f2b5d4;
}
.venetian-yellow {
color: #f3e4a0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--pink-marshmallow:#f2b5d4;
--venetian-yellow:#f3e4a0;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}