Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.antique-wicker-basket {
color: #f2d3a1;
}
.afternoon {
color: #fbcc74;
}
.light-blue-glint {
color: #a8d3e1;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--antique-wicker-basket:#f2d3a1;
--afternoon:#fbcc74;
--light-blue-glint:#a8d3e1;
--olympic-blue:#4b91e2;
}