Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f8e6b9;
}
.pallid-orange {
color: #f9b79f;
}
.spaghetti-strap-pink {
color: #f6a7d2;
}
.wondrous-wisteria {
color: #9db5f1;
}
.shamrock-green {
color: #4cae7b;
}
/* CSS Variables */
:root {
--gentle-glow:#f8e6b9;
--pallid-orange:#f9b79f;
--spaghetti-strap-pink:#f6a7d2;
--wondrous-wisteria:#9db5f1;
--shamrock-green:#4cae7b;
}