Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e2b6d3;
}
.sweetheart {
color: #f4c3d6;
}
.james-blonde {
color: #f2e4b5;
}
.mint-cocktail-green {
color: #b4e2b1;
}
.pacific-harbour {
color: #79bad8;
}
/* CSS Variables */
:root {
--eau-de-rose:#e2b6d3;
--sweetheart:#f4c3d6;
--james-blonde:#f2e4b5;
--mint-cocktail-green:#b4e2b1;
--pacific-harbour:#79bad8;
}