Color names in this palette
CSS code for this palette
/* CSS */
.sunrise {
color: #f0c17a;
}
.velvet-cosmos {
color: #4a1247;
}
.y-ng-ch-ng-orange {
color: #f09f3d;
}
.doll-house {
color: #f7cec0;
}
.warming-heart {
color: #d64a3d;
}
/* CSS Variables */
:root {
--sunrise:#f0c17a;
--velvet-cosmos:#4a1247;
--y-ng-ch-ng-orange:#f09f3d;
--doll-house:#f7cec0;
--warming-heart:#d64a3d;
}