Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d94a3a;
}
.rajah {
color: #f9a65d;
}
.lazy-daisy {
color: #f8e9a0;
}
.light-capri-green {
color: #8bd5c0;
}
.longing-for-nature {
color: #4d9d5c;
}
/* CSS Variables */
:root {
--warming-heart:#d94a3a;
--rajah:#f9a65d;
--lazy-daisy:#f8e9a0;
--light-capri-green:#8bd5c0;
--longing-for-nature:#4d9d5c;
}