Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.imam-ali-gold {
color: #f9e19a;
}
.heirloom-lace {
color: #f6e6d5;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--wildflower-bouquet:#ffb3b3;
--imam-ali-gold:#f9e19a;
--heirloom-lace:#f6e6d5;
--n-rang-orange:#ff8052;
}