Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e1a8c8;
}
.serene-pink {
color: #f4c4b8;
}
.sun-dust {
color: #f6e1a2;
}
.reef-green {
color: #a4dfc6;
}
.xavier-blue {
color: #6bb7e1;
}
/* CSS Variables */
:root {
--partytime:#e1a8c8;
--serene-pink:#f4c4b8;
--sun-dust:#f6e1a2;
--reef-green:#a4dfc6;
--xavier-blue:#6bb7e1;
}