Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.child-s-play {
color: #e4b9d5;
}
.james-blonde {
color: #f2e2b5;
}
.sunny-mood {
color: #f6c84c;
}
.hipster-salmon {
color: #f77b6e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--child-s-play:#e4b9d5;
--james-blonde:#f2e2b5;
--sunny-mood:#f6c84c;
--hipster-salmon:#f77b6e;
}