Color names in this palette
CSS code for this palette
/* CSS */
.florida-sunrise {
color: #f6aa6f;
}
.deep-fried-sun-rays {
color: #f6ca5a;
}
.wax-yellow {
color: #e9e79f;
}
.french-pass {
color: #a3d5e0;
}
.jugendstil-turquoise {
color: #5e9b9c;
}
/* CSS Variables */
:root {
--florida-sunrise:#f6aa6f;
--deep-fried-sun-rays:#f6ca5a;
--wax-yellow:#e9e79f;
--french-pass:#a3d5e0;
--jugendstil-turquoise:#5e9b9c;
}