Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d6;
}
.gentle-glow {
color: #f8e6b9;
}
.almost-aloe {
color: #c4e9b4;
}
.horizon-haze {
color: #80c0e0;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d6;
--gentle-glow:#f8e6b9;
--almost-aloe:#c4e9b4;
--horizon-haze:#80c0e0;
--wildflower-bouquet:#ffb3b3;
}