Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-orange {
color: #f4603e;
}
.florida-sunrise {
color: #f7a76e;
}
.venetian-yellow {
color: #f8e5a0;
}
.basil-smash {
color: #b7e59e;
}
.paradise-sky {
color: #68c8d4;
}
/* CSS Variables */
:root {
--vermilion-orange:#f4603e;
--florida-sunrise:#f7a76e;
--venetian-yellow:#f8e5a0;
--basil-smash:#b7e59e;
--paradise-sky:#68c8d4;
}