Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.venetian-yellow {
color: #f8e5a0;
}
.dingy-sticky-note {
color: #e3f1a2;
}
.ganon-blue {
color: #a1e9f7;
}
.wondrous-wisteria {
color: #a0b2f8;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--venetian-yellow:#f8e5a0;
--dingy-sticky-note:#e3f1a2;
--ganon-blue:#a1e9f7;
--wondrous-wisteria:#a0b2f8;
}