Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f1c0c0;
}
.ginger-peach {
color: #f7d2a1;
}
.lazy-daisy {
color: #f8e8a0;
}
.juzcar-blue {
color: #a2d4f1;
}
.baby-blue-eyes {
color: #a2c5f1;
}
/* CSS Variables */
:root {
--silver-strawberry:#f1c0c0;
--ginger-peach:#f7d2a1;
--lazy-daisy:#f8e8a0;
--juzcar-blue:#a2d4f1;
--baby-blue-eyes:#a2c5f1;
}