Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a6a2;
}
.certain-peach {
color: #f1bfa2;
}
.lemon-meringue {
color: #f6e298;
}
.honey-tone {
color: #f8d99b;
}
.mystic-tulip {
color: #f9b39f;
}
/* CSS Variables */
:root {
--calabrese:#f1a6a2;
--certain-peach:#f1bfa2;
--lemon-meringue:#f6e298;
--honey-tone:#f8d99b;
--mystic-tulip:#f9b39f;
}