Color names in this palette
CSS code for this palette
/* CSS */
.sango-pink {
color: #f5b0a8;
}
.radiant-sun {
color: #f3ca4f;
}
.paris-daisy {
color: #f9e74e;
}
.island-light {
color: #a7c6e7;
}
.pretty-pink-piggy {
color: #f1a7db;
}
/* CSS Variables */
:root {
--sango-pink:#f5b0a8;
--radiant-sun:#f3ca4f;
--paris-daisy:#f9e74e;
--island-light:#a7c6e7;
--pretty-pink-piggy:#f1a7db;
}