Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.jaguar-rose {
color: #f0b2b5;
}
.creamy-custard {
color: #f9e6be;
}
.ride-off-into-the-sunset {
color: #f2d163;
}
.rebounder {
color: #b8d76a;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--jaguar-rose:#f0b2b5;
--creamy-custard:#f9e6be;
--ride-off-into-the-sunset:#f2d163;
--rebounder:#b8d76a;
}