Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--creamy-sweet-corn:#f9c54e;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
--snow-white-blush:#f9aeae;
}