Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #c2dfff;
}
.sea-rover {
color: #a2d2e2;
}
.calabrese {
color: #f1a8a2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--dithered-sky:#c2dfff;
--sea-rover:#a2d2e2;
--calabrese:#f1a8a2;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}