Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.milky-maize {
color: #f8d5a0;
}
.bleached-sunflower {
color: #f9e8a4;
}
.almost-aloe {
color: #c6e9af;
}
.light-budgie-blue {
color: #9ed6e5;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--milky-maize:#f8d5a0;
--bleached-sunflower:#f9e8a4;
--almost-aloe:#c6e9af;
--light-budgie-blue:#9ed6e5;
}