Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e1b7d1;
}
.in-the-pink {
color: #f3c3d3;
}
.australian-apricot {
color: #f5c8a3;
}
.lemon-meringue {
color: #f4e39a;
}
.radiant-sun {
color: #f0d04c;
}
/* CSS Variables */
:root {
--eau-de-rose:#e1b7d1;
--in-the-pink:#f3c3d3;
--australian-apricot:#f5c8a3;
--lemon-meringue:#f4e39a;
--radiant-sun:#f0d04c;
}