Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.summer-sunshine {
color: #f6e8c6;
}
.lasting-thoughts {
color: #d4e4af;
}
.simply-sparkling {
color: #b1c5e2;
}
.cielo {
color: #a8d0e6;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--summer-sunshine:#f6e8c6;
--lasting-thoughts:#d4e4af;
--simply-sparkling:#b1c5e2;
--cielo:#a8d0e6;
}