Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.french-lilac {
color: #e1b7d5;
}
.scandal {
color: #aadad3;
}
.steel-teal {
color: #5b8b88;
}
.delta-green {
color: #2d4b4e;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--french-lilac:#e1b7d5;
--scandal:#aadad3;
--steel-teal:#5b8b88;
--delta-green:#2d4b4e;
}