Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.mexican-pink {
color: #e6007e;
}
.french-rose {
color: #ff4d8b;
}
.sunset-yellow {
color: #ff8b3d;
}
.uri-yellow {
color: #ffd92e;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--mexican-pink:#e6007e;
--french-rose:#ff4d8b;
--sunset-yellow:#ff8b3d;
--uri-yellow:#ffd92e;
}