Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #f9e74e;
}
.sundance {
color: #f9c56c;
}
.citrus-hill {
color: #f9a88b;
}
.young-crab {
color: #f69e9d;
}
.strawberry-soap {
color: #f68895;
}
/* CSS Variables */
:root {
--paris-daisy:#f9e74e;
--sundance:#f9c56c;
--citrus-hill:#f9a88b;
--young-crab:#f69e9d;
--strawberry-soap:#f68895;
}