Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc0e4;
}
.french-pass {
color: #a3d4e0;
}
.cultured {
color: #f6f5f3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--candid-blue:#6cc0e4;
--french-pass:#a3d4e0;
--cultured:#f6f5f3;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}