Color names in this palette
CSS code for this palette
/* CSS */
.valentine-red {
color: #9a1d3d;
}
.watermelon-juice {
color: #ef5d88;
}
.palace-rose {
color: #f9c8d4;
}
.curry-bubbles {
color: #f5b800;
}
.gilded-leaves {
color: #e9a135;
}
/* CSS Variables */
:root {
--valentine-red:#9a1d3d;
--watermelon-juice:#ef5d88;
--palace-rose:#f9c8d4;
--curry-bubbles:#f5b800;
--gilded-leaves:#e9a135;
}