Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b2;
}
.ice-cold-green {
color: #d8eaa9;
}
.sweet-dreams {
color: #9fc4e9;
}
.bright-khaki {
color: #f0e78e;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b2;
--ice-cold-green:#d8eaa9;
--sweet-dreams:#9fc4e9;
--bright-khaki:#f0e78e;
--sun-orange:#f47b1f;
}