Color names in this palette
CSS code for this palette
/* CSS */
.sun-dust {
color: #f5e0a3;
}
.shrimp-toast {
color: #f8c6a0;
}
.harmonious-rose {
color: #f49fb7;
}
.blackberry-yogurt {
color: #e3b7e6;
}
.ocean-cruise {
color: #9fd4df;
}
/* CSS Variables */
:root {
--sun-dust:#f5e0a3;
--shrimp-toast:#f8c6a0;
--harmonious-rose:#f49fb7;
--blackberry-yogurt:#e3b7e6;
--ocean-cruise:#9fd4df;
}