Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f4c3c7;
}
.ode-to-green {
color: #b9e4d9;
}
.lolly-ice {
color: #a6d8d3;
}
.banana-yogurt {
color: #f9e8b4;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--rose-reminder:#f4c3c7;
--ode-to-green:#b9e4d9;
--lolly-ice:#a6d8d3;
--banana-yogurt:#f9e8b4;
--cornflower-lilac:#ffadad;
}