Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d5e8;
}
.romantic-morning {
color: #e1b7e1;
}
.pismo-dunes {
color: #f5d6a3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d5e8;
--romantic-morning:#e1b7e1;
--pismo-dunes:#f5d6a3;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}