Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f9c69f;
}
.cotton-candy-aesthetic {
color: #f4b8e1;
}
.lavender-rose {
color: #f2a1e3;
}
.lovecloud {
color: #e6b8f4;
}
.cloudless {
color: #d7e6f9;
}
/* CSS Variables */
:root {
--shrimp-toast:#f9c69f;
--cotton-candy-aesthetic:#f4b8e1;
--lavender-rose:#f2a1e3;
--lovecloud:#e6b8f4;
--cloudless:#d7e6f9;
}