Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.lemon-caipirinha {
color: #f8df9b;
}
.first-date {
color: #f7b2a1;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--deep-fried-sun-rays:#f4c65d;
--lemon-caipirinha:#f8df9b;
--first-date:#f7b2a1;
--vampire-red:#d63f2e;
}