Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f0c1c1;
}
.prism-pink {
color: #f2a1c5;
}
.french-vanilla {
color: #f1e2a7;
}
.apple-bob {
color: #d3e59f;
}
.juzcar-blue {
color: #9ed1f5;
}
/* CSS Variables */
:root {
--silver-strawberry:#f0c1c1;
--prism-pink:#f2a1c5;
--french-vanilla:#f1e2a7;
--apple-bob:#d3e59f;
--juzcar-blue:#9ed1f5;
}