Color names in this palette
CSS code for this palette
/* CSS */
.eau-de-rose {
color: #e4b9d4;
}
.epiphany {
color: #d9c2e0;
}
.french-pass {
color: #a3d5e0;
}
.basil-smash {
color: #b7e8a1;
}
.oriole-yellow {
color: #f6d579;
}
/* CSS Variables */
:root {
--eau-de-rose:#e4b9d4;
--epiphany:#d9c2e0;
--french-pass:#a3d5e0;
--basil-smash:#b7e8a1;
--oriole-yellow:#f6d579;
}