Color names in this palette
CSS code for this palette
/* CSS */
.valentine-heart {
color: #b9799b;
}
.rogue-pink {
color: #f6a2bf;
}
.apricot-fool {
color: #fcd3a1;
}
.honey-glaze {
color: #ffda75;
}
.corn {
color: #f9f15d;
}
/* CSS Variables */
:root {
--valentine-heart:#b9799b;
--rogue-pink:#f6a2bf;
--apricot-fool:#fcd3a1;
--honey-glaze:#ffda75;
--corn:#f9f15d;
}