Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a3;
}
.forsythia-blossom {
color: #f6d46f;
}
.xanthous {
color: #f2b32c;
}
.miami-marmalade {
color: #f68d1e;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a3;
--forsythia-blossom:#f6d46f;
--xanthous:#f2b32c;
--miami-marmalade:#f68d1e;
--orangeville:#e66b5b;
}