Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f7aaa1;
}
.peach-damask {
color: #f6c5a7;
}
.glad-yellow {
color: #f2e1ab;
}
.lasting-thoughts {
color: #cfe8b0;
}
.french-pass {
color: #a3d5e0;
}
/* CSS Variables */
:root {
--rosy-outlook:#f7aaa1;
--peach-damask:#f6c5a7;
--glad-yellow:#f2e1ab;
--lasting-thoughts:#cfe8b0;
--french-pass:#a3d5e0;
}