Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c7;
}
.first-date {
color: #f7b1a1;
}
.prosecco {
color: #f9d7a4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.arctic-paradise {
color: #b6e1f7;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c7;
--first-date:#f7b1a1;
--prosecco:#f9d7a4;
--optimistic-yellow:#f4e1a4;
--arctic-paradise:#b6e1f7;
}