Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f6a7b8;
}
.early-july {
color: #a6e0e8;
}
.paris-daisy {
color: #f9e74e;
}
.design-delight {
color: #a47cb1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--rozowy-pink:#f6a7b8;
--early-july:#a6e0e8;
--paris-daisy:#f9e74e;
--design-delight:#a47cb1;
--apricot-glazed-chicken:#f5a524;
}