Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c95c;
}
.florida-sunrise {
color: #f8a96d;
}
.hot-calypso {
color: #f58d7a;
}
.true-love {
color: #e6798d;
}
.fiesta-pink {
color: #d56c9b;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c95c;
--florida-sunrise:#f8a96d;
--hot-calypso:#f58d7a;
--true-love:#e6798d;
--fiesta-pink:#d56c9b;
}