Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.silver-strawberry {
color: #f1c0c0;
}
.rosa-vieja {
color: #f1e3df;
}
.french-pass {
color: #a3d1e0;
}
.winter-time {
color: #3d8e9e;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--silver-strawberry:#f1c0c0;
--rosa-vieja:#f1e3df;
--french-pass:#a3d1e0;
--winter-time:#3d8e9e;
}