Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.rose-mallow {
color: #f2abc9;
}
.blackberry-yogurt {
color: #e2b6e2;
}
.loyal {
color: #d1e1f0;
}
.atlantic-ocean {
color: #a8d6e6;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--rose-mallow:#f2abc9;
--blackberry-yogurt:#e2b6e2;
--loyal:#d1e1f0;
--atlantic-ocean:#a8d6e6;
}