Color names in this palette
CSS code for this palette
/* CSS */
.red-square {
color: #a92327;
}
.dragon-fruit {
color: #d85a69;
}
.love-at-first-sight {
color: #e7a2b3;
}
.golden-pastel {
color: #f5d8b7;
}
.touch-of-topaz {
color: #f7e4cf;
}
/* CSS Variables */
:root {
--red-square:#a92327;
--dragon-fruit:#d85a69;
--love-at-first-sight:#e7a2b3;
--golden-pastel:#f5d8b7;
--touch-of-topaz:#f7e4cf;
}