Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.pink-lady {
color: #f2d7b5;
}
.james-blonde {
color: #f2e3b5;
}
.frozen-moss-green {
color: #aee0ae;
}
.sky-babe {
color: #86bfda;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--pink-lady:#f2d7b5;
--james-blonde:#f2e3b5;
--frozen-moss-green:#aee0ae;
--sky-babe:#86bfda;
}