Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.old-flame {
color: #f3b9b4;
}
.venetian-yellow {
color: #f7e1a1;
}
.ultramint {
color: #b3d0b3;
}
.dahlia-delight {
color: #f6bbd3;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--old-flame:#f3b9b4;
--venetian-yellow:#f7e1a1;
--ultramint:#b3d0b3;
--dahlia-delight:#f6bbd3;
}