Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6a;
}
.honey-carrot-cake {
color: #ff9a57;
}
.midday-sun {
color: #ffe3a3;
}
.middle-blue {
color: #79d2e2;
}
.sea-quest {
color: #3e7984;
}
/* CSS Variables */
:root {
--love-red:#ff4d6a;
--honey-carrot-cake:#ff9a57;
--midday-sun:#ffe3a3;
--middle-blue:#79d2e2;
--sea-quest:#3e7984;
}