Color names in this palette
CSS code for this palette
/* CSS */
.deep-aquamarine {
color: #78dddd;
}
.conch-shell {
color: #ff8a9d;
}
.sefid-white {
color: #fff0f0;
}
.strawberry-blonde {
color: #ffdbdb;
}
.saira-red {
color: #ff9eb3;
}
/* CSS Variables */
:root {
--deep-aquamarine:#78dddd;
--conch-shell:#ff8a9d;
--sefid-white:#fff0f0;
--strawberry-blonde:#ffdbdb;
--saira-red:#ff9eb3;
}