Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.cream-blush {
color: #f8c39b;
}
.storm-lightning {
color: #f7e89c;
}
.apple-bob {
color: #d3e59f;
}
.juzcar-blue {
color: #a3d4f5;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--cream-blush:#f8c39b;
--storm-lightning:#f7e89c;
--apple-bob:#d3e59f;
--juzcar-blue:#a3d4f5;
}