Color names in this palette
CSS code for this palette
/* CSS */
.baby-blue {
color: #a3d3ff;
}
.sweet-dreams {
color: #9fc4e9;
}
.arctic-paradise {
color: #b9e6f9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--baby-blue:#a3d3ff;
--sweet-dreams:#9fc4e9;
--arctic-paradise:#b9e6f9;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}