Color names in this palette
CSS code for this palette
/* CSS */
.french-pink {
color: #ff619e;
}
.autumn-splendor {
color: #ff9a4d;
}
.vibrant {
color: #ffd54d;
}
.shallow-shoal {
color: #9fd6d4;
}
.allegiance {
color: #5b6b8b;
}
/* CSS Variables */
:root {
--french-pink:#ff619e;
--autumn-splendor:#ff9a4d;
--vibrant:#ffd54d;
--shallow-shoal:#9fd6d4;
--allegiance:#5b6b8b;
}