Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.squash-blossom {
color: #f6b83c;
}
.banana-yogurt {
color: #f9e8b4;
}
.highlighter-pink {
color: #e65b7b;
}
.loveable {
color: #f1c1c5;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--squash-blossom:#f6b83c;
--banana-yogurt:#f9e8b4;
--highlighter-pink:#e65b7b;
--loveable:#f1c1c5;
}