Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f6df60;
}
.beach-party {
color: #fbd05b;
}
.rajah {
color: #fca85f;
}
.orange-fire {
color: #fdae6d;
}
.orange-grove {
color: #fbaf8e;
}
/* CSS Variables */
:root {
--dilly-dally:#f6df60;
--beach-party:#fbd05b;
--rajah:#fca85f;
--orange-fire:#fdae6d;
--orange-grove:#fbaf8e;
}