Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f6c9a7;
}
.garden-party {
color: #e5a4b6;
}
.sweet-dreams {
color: #9fc4e9;
}
.eerie-glow {
color: #a7d7b8;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--citrus-sachet:#f6c9a7;
--garden-party:#e5a4b6;
--sweet-dreams:#9fc4e9;
--eerie-glow:#a7d7b8;
--bright-khaki:#f0e78e;
}