Color names in this palette
CSS code for this palette
/* CSS */
.eggshell-paper {
color: #e4c0a0;
}
.flower-stem {
color: #b3d9b0;
}
.sky-watch {
color: #8cd4d4;
}
.calabrese {
color: #f3a5a5;
}
.love-letter {
color: #e8698d;
}
/* CSS Variables */
:root {
--eggshell-paper:#e4c0a0;
--flower-stem:#b3d9b0;
--sky-watch:#8cd4d4;
--calabrese:#f3a5a5;
--love-letter:#e8698d;
}