Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b0;
}
.pink-hydrangea {
color: #f9c2b9;
}
.ephemeral-peach {
color: #fce3d4;
}
.peach-of-mind {
color: #ffe2b3;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b0;
--pink-hydrangea:#f9c2b9;
--ephemeral-peach:#fce3d4;
--peach-of-mind:#ffe2b3;
--soviet-gold:#ffd900;
}