Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f9c8e0;
}
.gold-sand {
color: #f6e6a7;
}
.lasting-thoughts {
color: #d4e5b3;
}
.non-photo-blue {
color: #a4daef;
}
.sweet-60 {
color: #f3a0b0;
}
/* CSS Variables */
:root {
--laelia-pink:#f9c8e0;
--gold-sand:#f6e6a7;
--lasting-thoughts:#d4e5b3;
--non-photo-blue:#a4daef;
--sweet-60:#f3a0b0;
}