Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.fading-rose {
color: #f9d2d2;
}
.maize {
color: #f2d054;
}
.phoenix-fossil {
color: #f5d89e;
}
.golden-hour {
color: #f6b655;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--fading-rose:#f9d2d2;
--maize:#f2d054;
--phoenix-fossil:#f5d89e;
--golden-hour:#f6b655;
}