Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-lemonade {
color: #e1a8b0;
}
.peach-temptation {
color: #f4c3b3;
}
.jasmine-flower {
color: #f5e8e0;
}
.light-template {
color: #b9d6e9;
}
.fate {
color: #6ca1bc;
}
/* CSS Variables */
:root {
--raspberry-lemonade:#e1a8b0;
--peach-temptation:#f4c3b3;
--jasmine-flower:#f5e8e0;
--light-template:#b9d6e9;
--fate:#6ca1bc;
}