Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.baby-bunting {
color: #aac6e9;
}
.princess {
color: #f3a5b5;
}
.breeze-of-chilli {
color: #f76e6e;
}
.taylor {
color: #5d5c7a;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--baby-bunting:#aac6e9;
--princess:#f3a5b5;
--breeze-of-chilli:#f76e6e;
--taylor:#5d5c7a;
}