Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.milky-maize {
color: #f8d5a0;
}
.creamy-custard {
color: #f9e6be;
}
.light-budgie-blue {
color: #9ed5e5;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--milky-maize:#f8d5a0;
--creamy-custard:#f9e6be;
--light-budgie-blue:#9ed5e5;
--windstorm:#6999c3;
}