Color names in this palette
CSS code for this palette
/* CSS */
.sakura {
color: #e0aeb7;
}
.rose-reminder {
color: #f5c2c8;
}
.sly-shrimp {
color: #f7e2d9;
}
.rivers-edge {
color: #b0d8d8;
}
.desaturated-cyan {
color: #699a9b;
}
/* CSS Variables */
:root {
--sakura:#e0aeb7;
--rose-reminder:#f5c2c8;
--sly-shrimp:#f7e2d9;
--rivers-edge:#b0d8d8;
--desaturated-cyan:#699a9b;
}