Color names in this palette
CSS code for this palette
/* CSS */
.ballet {
color: #f8d3d3;
}
.calabrese {
color: #f4a4a4;
}
.pastel-strawberry {
color: #ef4d4d;
}
.artesian-pool {
color: #a3c2e0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--ballet:#f8d3d3;
--calabrese:#f4a4a4;
--pastel-strawberry:#ef4d4d;
--artesian-pool:#a3c2e0;
--peaceful-river:#4a9cd3;
}