Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.peach-temptation {
color: #f1c3b1;
}
.oklahoma-wheat {
color: #f4e0b8;
}
.spring-kiss {
color: #e4f2b5;
}
.folk-tale {
color: #b2e0c0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--peach-temptation:#f1c3b1;
--oklahoma-wheat:#f4e0b8;
--spring-kiss:#e4f2b5;
--folk-tale:#b2e0c0;
}