Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-milkshake {
color: #d66b89;
}
.autumn-splendor {
color: #ff9a4d;
}
.salmon-eggs {
color: #f4d35d;
}
.bilious-green {
color: #a5d86e;
}
.aquatic-green {
color: #4c9a9a;
}
/* CSS Variables */
:root {
--strawberry-milkshake:#d66b89;
--autumn-splendor:#ff9a4d;
--salmon-eggs:#f4d35d;
--bilious-green:#a5d86e;
--aquatic-green:#4c9a9a;
}