Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-pudding {
color: #f9e16c;
}
.yellow-sea {
color: #f39e30;
}
.sun-kissed-coral {
color: #ef6c79;
}
.safflower-purple {
color: #b74e94;
}
.studio {
color: #6c4b9b;
}
/* CSS Variables */
:root {
--vanilla-pudding:#f9e16c;
--yellow-sea:#f39e30;
--sun-kissed-coral:#ef6c79;
--safflower-purple:#b74e94;
--studio:#6c4b9b;
}