Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.australian-apricot {
color: #f4c4a4;
}
.sun-dust {
color: #f9e0a4;
}
.eerie-glow {
color: #a7d7b8;
}
.petrol-green {
color: #4f9c8d;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--australian-apricot:#f4c4a4;
--sun-dust:#f9e0a4;
--eerie-glow:#a7d7b8;
--petrol-green:#4f9c8d;
}