Color names in this palette
CSS code for this palette
/* CSS */
.corinthian-pink {
color: #f7a6d8;
}
.orange-marmalade {
color: #fbae6f;
}
.flower-spell {
color: #ffc7d7;
}
.atlantic-ocean {
color: #a9d6e5;
}
.tropical-violet {
color: #d4a5e3;
}
/* CSS Variables */
:root {
--corinthian-pink:#f7a6d8;
--orange-marmalade:#fbae6f;
--flower-spell:#ffc7d7;
--atlantic-ocean:#a9d6e5;
--tropical-violet:#d4a5e3;
}