Color names in this palette
CSS code for this palette
/* CSS */
.sweet-sachet {
color: #ffd6ee;
}
.peach-smoothie {
color: #ffe6bd;
}
.conditioner {
color: #ffffcc;
}
.distilled-moss {
color: #ccffcc;
}
.peach-scone {
color: #ffbdbd;
}
/* CSS Variables */
:root {
--sweet-sachet:#ffd6ee;
--peach-smoothie:#ffe6bd;
--conditioner:#ffffcc;
--distilled-moss:#ccffcc;
--peach-scone:#ffbdbd;
}